?> <link rel="stylesheet" href="<?php cp_skin_path('css/main.css'); ?> " /> </head> <body> <div id="container"> <div id="header"> <div id="header-ctr"> <div id="header-right"><a class="finger" id="cp-log-toggle"><?php cp_i18n('show-log'); ?> </a></div> <div id="header-left"><?php cp_i18n('project-name'); ?> </div> <br/> <?php cp_tabs(); ?> </div> </div> <div id="content"> <?php cp_panes(); ?> </div> <div id="footer"><?php cp_credits();
<div id="cp-pane-new-item" style="display: none;" > <h2><?php cp_i18n('new-item'); ?> </h2> <div class="form-box"> <b><?php cp_i18n('name'); ?> </b><br/> <input type="text" id="cp-new-item-name" /><br/> <b><?php cp_i18n('tags'); ?> </b><br/> <input type="text" id="cp-new-item-tags" /><br/> <br/><div style="text-align: right;"><input type="button" class="cancel" value="<?php cp_i18n('cancel'); ?> " id="cp-new-item-cancel" /><input type="button" value="<?php cp_i18n('create'); ?> " id="cp-new-item-submit" /></div> </div> </div>
<div id="cp-pane-login"> <h2><?php cp_i18n('log-in'); ?> </h2> <div class="form-box"> <b><?php cp_i18n('username'); ?> </b><br/> <div style="text-align: center; margin-bottom: 5px;"><input type="text" id="cp-login-username" /></div> <b><?php cp_i18n('passphrase'); ?> </b><br/> <div style="text-align: center; margin-bottom: 5px;"><input type="password" id="cp-login-passphrase" /></div> <div style="text-align: right;"><input type="submit" value="<?php cp_i18n('log-in'); ?> " id="cp-login-submit" /></div> </div> </div>
<div id="cp-pane-create-account" style="display: none;"> <h2><?php cp_i18n('create-account'); ?> </h2> <div class="form-box"> <b><?php cp_i18n('username'); ?> </b><br/> <div style="text-align: center; margin-bottom: 5px;"><input type="text" id="cp-create-account-username" /></div> <b><?php cp_i18n('passphrase'); ?> </b><br/> <div style="text-align: center; margin-bottom: 5px;"><input type="password" id="cp-create-account-passphrase" /></div> <div style="text-align: right;"><input type="submit" value="<?php cp_i18n('create-account'); ?> " id="cp-create-account-submit" /></div> </div> </div>
<div id="cp-modal-logout" class="modal"> <?php cp_i18n('logout-confirm'); ?> <br/><br/> <div style="text-align: right;"> <input type="button" id="cp-logout-cancel" class="cancel" value="<?php cp_i18n('cancel'); ?> " /> <input type="button" id="cp-logout-submit" value="<?php cp_i18n('log-out'); ?> " /> </div> </div>