moved myhome search links into totle bars
This commit is contained in:
@@ -171,6 +171,8 @@ ul#statmenu { padding: 0px; margin: 0px;}
|
||||
.content-title-noshade-size3 {margin: 0px; padding: 0px; color: rgb(88,144,168); font-weight: bold; font-size: 160%;}
|
||||
.content-title-noshade-size5 {margin: 0px; padding: 0px; color: rgb(88,144,168); font-weight: bold; font-size: 200%;}
|
||||
|
||||
.content-title-link { font-weight:normal; font-size:85%; }
|
||||
|
||||
.content-txtbox-noshade {margin: 0px; padding: 7px 0px 0px 0px; background-color: rgb(255,255,255);}
|
||||
.content-score {margin: 0px; margin-top: 3px; padding: 4px 0px 0px 0px; background-color: rgb(255,255,255); border-style:dotted; border-width:1px; width:75px; height:20px;vertical-align:middle;}
|
||||
|
||||
|
||||
@@ -278,6 +278,8 @@ td.content-title-flag {
|
||||
padding-right:3px !important;
|
||||
}
|
||||
|
||||
.content-title-link { font-weight:normal; font-size:85%; }
|
||||
|
||||
.content-txtbox-noshade {margin: 0px; padding: 7px 0px 0px 0px; background-color: rgb(255,255,255);}
|
||||
.content-score {margin: 0px; margin-top: 3px; padding: 4px 0px 0px 0px; background-color: rgb(255,255,255); border-style:dotted; border-width:1px; width:75px; height:20px;vertical-align:middle;}
|
||||
|
||||
|
||||
@@ -15,13 +15,14 @@
|
||||
{* Geocaches found *}
|
||||
<div class="content2-container bg-blue02" style="margin-top:20px;">
|
||||
<p class="content-title-noshade-size3">
|
||||
<img src="resource2/{$opt.template.style}/images/description/22x22-logs.png" width="22" height="22" style="align: left; margin-right: 10px;" alt="{t}Logs{/t}"" />
|
||||
{t 1=$found}Geocaches found: %1{/t}
|
||||
<img src="resource2/{$opt.template.style}/images/description/22x22-logs.png" width="22" height="22" style="align: left; margin-right: 10px;" alt="{t}Logs{/t}" />
|
||||
{t 1=$found}Geocaches found: %1{/t}
|
||||
<span class="content-title-link">[<a href="search.php?showresult=1&expert=0&output=HTML&sort=bymylastlog&finderid={$login.userid}&searchbyfinder=&f_inactive=0&logtype=1">{t}Show all finds{/t}</a>] [<a href="search.php?showresult=1&expert=0&output=HTML&sort=bymylastlog&finderid={$login.userid}&searchbyfinder=&f_inactive=0&logtype=1,2,3,6,7,8">{t}Show all logs{/t}</a>]</span>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
{* Ocprop: (find|us|own)erid=([0-9]+) *}
|
||||
<p style="line-height: 1.6em;">[<a href="search.php?showresult=1&expert=0&output=HTML&sort=bymylastlog&finderid={$login.userid}&searchbyfinder=&f_inactive=0&logtype=1">{t}Show all finds{/t}</a>] [<a href="search.php?showresult=1&expert=0&output=HTML&sort=bymylastlog&finderid={$login.userid}&searchbyfinder=&f_inactive=0&logtype=1,2,3,6,7,8">{t}Show all logs{/t}</a>] – <b>{t}Your latest log entries:{/t}</b></p>
|
||||
<p style="line-height: 1.6em;"><b>{t}Your latest log entries:{/t}</b></p>
|
||||
|
||||
<table class="table">
|
||||
{foreach from=$logs item=logItem}
|
||||
@@ -40,7 +41,8 @@
|
||||
<div class="content2-container bg-blue02" style="margin-top:20px;">
|
||||
<p class="content-title-noshade-size3">
|
||||
<img src="resource2/{$opt.template.style}/images/description/22x22-image.png" width="22" height="22" style="align: left; margin-right: 10px;" alt="{t}Logs{/t}"" />
|
||||
{t 1=$pictures|@count}Log pictures: %1{/t}
|
||||
{t 1=$pictures|@count}Log pictures: %1{/t}
|
||||
<span class="content-title-link">[<a href="myhome.php?allpics=1">{t}Show all{/t}</a>]</span>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
@@ -49,7 +51,7 @@
|
||||
{else}
|
||||
<p style="line-height: 1.6em;">
|
||||
{if !$allpics}
|
||||
[<a href="myhome.php?allpics=1">{t}Show all{/t}</a>] – <b>{t}Your latest log pictures{/t}:</b></p>
|
||||
<b>{t}Your latest log pictures{/t}:</b></p>
|
||||
{assign var=maxlines value=1}
|
||||
{else}
|
||||
{assign var=subtitle value="{t}Your log pictures{/t}:"}
|
||||
@@ -69,13 +71,13 @@
|
||||
<div class="content2-container bg-blue02" style="margin-top:5px;">
|
||||
<p class="content-title-noshade-size3">
|
||||
<img src="resource2/{$opt.template.style}/images/misc/22x22-traditional.gif" width="22" height="22" style="align: left; margin-right: 10px;" alt="{t}Caches{/t}" />
|
||||
{t 1=$hidden}Geocaches hidden: %1{/t}
|
||||
{t 1=$hidden}Geocaches hidden: %1{/t}
|
||||
<span class="content-title-link">[<a href="search.php?showresult=1&expert=0&output=HTML&sort=byname&ownerid={$login.userid}&searchbyowner=&f_inactive=0">{t}Show all{/t}</a>] [<a href="search.php?showresult=1&expert=0&output=HTML&sort=byname&ownerid={$login.userid}&searchbyowner=&f_inactive=1">{t}Show active{/t}</a>]</span>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<p style="line-height: 1.6em;">
|
||||
{* Ocprop: (find|us|own)erid=([0-9]+) *}
|
||||
[<a href="search.php?showresult=1&expert=0&output=HTML&sort=byname&ownerid={$login.userid}&searchbyowner=&f_inactive=0">{t}Show all{/t}</a>] [<a href="search.php?showresult=1&expert=0&output=HTML&sort=byname&ownerid={$login.userid}&searchbyowner=&f_inactive=1">{t}Show active{/t}</a>] –
|
||||
<b>{t}Your latest Geocaches hidden:{/t}</b>
|
||||
</p>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user