aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/menubar_identification.tpl
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2010-03-09 20:17:00 +0000
committerplegall <plg@piwigo.org>2010-03-09 20:17:00 +0000
commitc9dfb3a41f0341531594de215a25d7cb0091ca56 (patch)
tree3d7ca60026e80650cb47aaadabb38646d5213438 /template/yoga/menubar_identification.tpl
parentd63e90c5d022d5b88b66c33972533bab20edcec5 (diff)
feature 1494: move all *.tpl files from template/yoga to the new
template/default (from which yoga derives) git-svn-id: http://piwigo.org/svn/trunk@5095 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/menubar_identification.tpl')
-rw-r--r--template/yoga/menubar_identification.tpl64
1 files changed, 0 insertions, 64 deletions
diff --git a/template/yoga/menubar_identification.tpl b/template/yoga/menubar_identification.tpl
deleted file mode 100644
index 2717e1019..000000000
--- a/template/yoga/menubar_identification.tpl
+++ /dev/null
@@ -1,64 +0,0 @@
-<dt>{'Identification'|@translate}</dt>
-<dd>
- {if isset($USERNAME)}
- <p>{'Hello'|@translate}&nbsp;{$USERNAME}&nbsp;!</p>
- {/if}
-
- <ul>
- {if isset($U_REGISTER)}
- <li><a href="{$U_REGISTER}" title="{'Register'|@translate}" rel="nofollow">{'Register'|@translate}</a></li>
- {/if}
-
- {if isset($U_LOGIN)}
- <li><a href="{$U_LOGIN}" rel="nofollow">{'Login'|@translate}</a></li>
- {/if}
-
- {if isset($U_LOGOUT)}
- <li><a href="{$U_LOGOUT}">{'Logout'|@translate}</a></li>
- {/if}
-
- {if isset($U_PROFILE)}
- <li><a href="{$U_PROFILE}" title="{'Customize'|@translate}">{'Customize'|@translate}</a></li>
- {/if}
-
- {if isset($U_ADMIN)}
- <li><a href="{$U_ADMIN}" title="{'Administration'|@translate}">{'Administration'|@translate}</a></li>
- {/if}
- </ul>
-
- {if isset($U_LOGIN)}
- <form method="post" action="{$U_LOGIN}" id="quickconnect">
- <fieldset>
- <legend>{'Quick connect'|@translate}</legend>
- <div>
- <label for="username">{'Username'|@translate}</label><br>
- <input type="text" name="username" id="username" value="" style="width:99%">
- </div>
-
- <div><label for="password">{'Password'|@translate}</label>
- <br>
- <input type="password" name="password" id="password" style="width:99%">
- </div>
-
- {if $AUTHORIZE_REMEMBERING}
- <div><label for="remember_me">
- {'Auto login'|@translate}
- <input type="checkbox" name="remember_me" id="remember_me" value="1">
- </label></div>
- {/if}
-
- <div>
- <input class="submit" type="submit" name="login" value="{'Submit'|@translate}">
- <ul class="actions">
- <li><a href="{$U_LOST_PASSWORD}" title="{'Forgot your password?'|@translate}" rel="nofollow"><img src="{$ROOT_URL}{$themeconf.icon_dir}/lost_password.png" class="button" alt="{'Forgot your password?'|@translate}"></a></li>
- {if isset($U_REGISTER)}
- <li><a href="{$U_REGISTER}" title="{'Register'|@translate}" rel="nofollow"><img src="{$ROOT_URL}{$themeconf.icon_dir}/register.png" class="button" alt="{'Register'|@translate}"></a></li>
- {/if}
- </ul>
- </div>
-
- </fieldset>
- </form>
- {/if}
-</dd>
-