This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
account-nav
navigation control
context: <do with=“¤t_user”>
table{border:1px solid black}.
|.Attribute|.Description|.Default Value|.Example|
| | | | |
| Parameter | Tag | Description | Default Content |
|---|---|---|---|
| ul | <ul> | all the following <li>’s | |
| logged-in-as | <li> | <a to=“¤t_user”>Logged in as <name/></a> | |
| account | <li> | <a action=“account”>Account</a> | |
| log-out | <li> | <a href=“&logout_url”>Log out</a> | |
| log-in | <li> | <a href=“&login_url(user)”>Log in</a> | |
| sign-up | <li> | <a href=“&signup_url(user)”>Sign up</a> |
Base <do> tag defined in core.dryml
<def tag="account-nav"> <dev-user-changer/> <do with="¤t_user"> <ul class="navigation account-nav" param> <if test="&logged_in?"> <li class='nav-item' param="logged-in-as"> <a to="¤t_user">Logged in as <name/></a>Account Log out Log in Sign up






