~ubuntu-branches/ubuntu/lucid/gallery2/lucid

« back to all changes in this revision

Viewing changes to themes/matrix/templates/theme.tpl

  • Committer: Bazaar Package Importer
  • Author(s): Michael C. Schultheiss
  • Date: 2006-04-16 16:42:35 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20060416164235-8uy0u4bfjdxpge2o
Tags: 2.1.1-1
* New upstream release (Closes: #362936)
  + Bugfixes for Postgres7 (Closes: #359000, #362152)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
{*
2
 
 * $Revision: 1.7 $
 
2
 * $Revision: 1.11 $
3
3
 * If you want to customize this file, do not edit it directly since future upgrades
4
4
 * may overwrite it.  Instead, copy it into a new directory called "local" and edit that
5
5
 * version.  Gallery will look for that file first and use it if it exists.
29
29
        {include file="gallery:`$theme.moduleTemplate`" l10Domain=$theme.moduleL10Domain}
30
30
      {else}
31
31
      <div id="gsHeader">
32
 
        <img src="{g->url href="images/galleryLogo_sm.gif"}" width="107" height="48" alt=""/>
 
32
        <img src="{g->url href="images/galleryLogo_sm.gif"}" width="107" height="48" alt=""/>
33
33
      </div>
34
34
 
35
35
      <div id="gsNavBar" class="gcBorder1">
36
 
        <div class="gbSystemLinks">
37
 
          {g->block type="core.SystemLinks"
 
36
        <div class="gbSystemLinks">
 
37
          {g->block type="core.SystemLinks"
38
38
                    order="core.SiteAdmin core.YourAccount core.Login core.Logout"
39
39
                    othersAt=4}
40
 
        </div>
 
40
        </div>
41
41
 
42
 
        <div class="gbBreadCrumb">
43
 
          {g->block type="core.BreadCrumb"}
44
 
        </div>
 
42
        <div class="gbBreadCrumb">
 
43
          {g->block type="core.BreadCrumb"}
 
44
        </div>
45
45
      </div>
46
46
 
47
47
      {* Include the appropriate content type for the page we want to draw. *}
48
48
      {if $theme.pageType == 'album'}
49
 
        {g->theme include="album.tpl"}
 
49
        {g->theme include="album.tpl"}
50
50
      {elseif $theme.pageType == 'photo'}
51
 
        {g->theme include="photo.tpl"}
 
51
        {g->theme include="photo.tpl"}
52
52
      {elseif $theme.pageType == 'admin'}
53
 
        {g->theme include="admin.tpl"}
 
53
        {g->theme include="admin.tpl"}
54
54
      {elseif $theme.pageType == 'module'}
55
 
        {g->theme include="module.tpl"}
 
55
        {g->theme include="module.tpl"}
56
56
      {elseif $theme.pageType == 'progressbar'}
57
 
        {g->theme include="progressbar.tpl"}
 
57
        {g->theme include="progressbar.tpl"}
58
58
      {/if}
59
59
 
60
60
      <div id="gsFooter">
61
 
        {g->logoButton type="validation"}
62
 
        {g->logoButton type="gallery2"}
63
 
        {g->logoButton type="gallery2-version"}
64
 
        {g->logoButton type="donate"}
 
61
        {g->logoButton type="validation"}
 
62
        {g->logoButton type="gallery2"}
 
63
        {g->logoButton type="gallery2-version"}
 
64
        {g->logoButton type="donate"}
65
65
      </div>
66
66
      {/if}  {* end of full screen check *}
67
67
    </div>