system/sai/modules/saistart_sys_sai/tpl/content_loggedin.tpl

57 lines
2.1 KiB
Smarty

<div class="masthead">
<h3 class="muted">Welcome to the SYSTEM Admin Interface - short SAI.</h3>
<h4 class="text-info">From here you can control and manage your Website.</h4>
</div>
<div id="container_top">
<div class="well" id="project">
<h2 class="muted"><a href="#!config">Project</a></h2>
<b>Name:</b> ${project_name}<br/>
<b>URL:</b> <a href="${project_url}" target="_blank">${project_url}</a><br/>
<b>Progress:</b> ${project}%
</div>
<div class="well" id="analytics">
<h2 class="muted"><a href="#!log">Analytics</a></h2>
${analytics}
</div>
<div class="well" id="git">
<h2 class="muted">Git</h2>
<b>Current Project Version:</b> ${git_project}<br/>
<b>Current SYSTEM Version:</b> ${git_system}
</div>
<div class="well" id="logout">
<h2 class="muted"><a href="#!login">${basic_logout}</a></h2>
<table class="table table-hover table-condensed">
<tr>
<th>${basic_username}</th>
<td>${username}</td>
</tr>
<tr>
<th>${basic_locale}</th>
<td>${locale}</td>
</tr>
<tr>
<th>${basic_admin_rights}</th>
<td>${isadmin}</td>
</tr>
</table>
${basic_text_logout}
<form class="textbox" style="" id="logout_form">
<div class="control-group">
<div class="help-block"></div>
<input type="hidden" />
<button class="btn-sm btn-primary" style="clear: left; height: 32px; font-size: 13px;" type="submit" id="logout_submit">${basic_logout}</button>
</div>
</form>
</div>
</div>
<div class="well" id="todo">
<h2 class="muted"><a href="#!todo">Todo</a></h2>
<b>Status:</b> ${project_count}/${project_all}<br/>
<b>Progress:</b> ${project}%
${todo_entries}
</div>
<div class="well" id="log">
<h2 class="muted"><a href="#!log">Log</a></h2>
<h4 class="muted">100 Latest Log Entries</h4>
${log_entries}
</div>