* @author Phoenix Tech <*****@*****.**> * @date : 22-March-2013 (2-1-1392) * @time : 16:32 * @subpackage index.php * @todo : index - index page view */ ?> <div class="row autofit"> <div class="grd24"> <div class="margin text-center" > <img src="<?php echo UR_MP_ASSETS; ?> img/403.png" alt="[]" style="max-height:60vh;" /> <br /> <br /> <br /> <h1> <?php _lp('403, Sorry access denied.'); ?> </h1> </div> </div> </div>
* @author Phoenix Tech <*****@*****.**> * @date : 22-March-2013 (2-1-1392) * @time : 16:32 * @subpackage index.php * @todo : index - index page view */ ?> <div class="row autofit"> <div class="grd24"> <div class="margin text-center" > <img src="<?php echo UR_MP_ASSETS; ?> img/404.png" alt="[]" style="max-height:60vh;" /> <br /> <br /> <br /> <h1> <?php _lp('404, Sorry we can\'t found any thing for your request.'); ?> </h1> </div> </div> </div>
$listview->AddFilter(_lg('Deactived'), 'plugin_status', '0'); $listview->AddFilter(_lg('Actived'), 'plugin_status', '1'); $listview->AddBulkAcction(_lg('Deactive'), 'Edit', 'plugin_status,0'); $listview->AddBulkAcction(_lg('Active'), 'Edit', 'plugin_status,1'); $listview->AddBulkAcction(_lg('Delete'), 'Delete', null); $listview->Render('Plugin'); $frm = new TForm(UR_MP . 'Plugin/upload'); $frm->AddField('file', _lg('zip file'), null, array('name' => 'file')); $frm->AddField('submit', '', _lg('Upload')); ?> <br /> <div style="background: #1392e9;padding:1em;margin:1em;"> <h2> <?php _lp('Upload new plugin'); ?> </h2> <br /> <?php $frm->Render(); ?> </div> <style type="text/css"> .c1 .active{ display: none; } .c0 .deactive{ display: none; } </style>
?> ", fillColor: "rgba(200,40,40,0.2)", strokeColor: "rgba(200,0,0,.6)", pointColor: "rgba(255,100,100,1)", pointStrokeColor: "#fff", pointHighlightFill: "#fff", pointHighlightStroke: "rgba(220,220,220,1)", data: ["<?php echo implode($this->vit, '","'); ?> "] }, { label: "<?php _lp("Vistis"); ?> ", fillColor: "rgba(220,220,220,0.4)", strokeColor: "rgba(20,20,20,1)", pointColor: "rgba(0,0,0,1)", pointStrokeColor: "#fff", pointHighlightFill: "#fff", pointHighlightStroke: "rgba(151,187,205,1)", data: ["<?php echo implode($this->viz, '","'); ?> "] } ]
" class="full-width"/> </label> <label><input type="submit" value="<?php _lp('Send new password'); ?> " class="full-width btn" /></label> <br /> <a href="<?php echo UR_MP; ?> Access/Login" class="text-center" style="color:black;display: block"><?php _lp('Login'); ?> </a> </form> <span style="color:white;"> <?php _lp('Powered by '); _lp('Toos Framework'); ?> 2013 © <?php echo date('Y'); ?> </span> </section> <!-- section login end --> </body> </html>
</li> <li> <a href="#"> <span class="fa fa-bell-o"></span> text2 </a> </li> <li> <a href="#"> text3 </a> </li> </ul> </div> <input type="text" id="admin-search" placeholder="<?php _lp('Search'); ?> ..." class="animate-slow"/> </div> </section> <?php // include side bar require 'side.php'; ?> <section id="content"> <div class="view-port"> <div class="navigation animate-fast" > <?php // render Navigator for view to user $this->navigator->Render();
<?php echo $this->widget_prepared; ?> </div> </div> </div> <div class="grd8" > <div class="margin-h grd3"> <h4><?php _lp('Trash'); ?> </h4> <div class="em-padding"> <ol class="no-list drg" id="trash"> <li><?php _lp('Drag & drop here for remove widget'); ?> </li> </ol> </div> </div> </div> <script type="text/javascript"> $(function() { // drop able prepread from template $("#prepared").droppable({ // class chnage activeClass: "ui-statistic-defaolt",
</label> </div> </div> <div class="grd12"> <h4 class="text-center"><?php _lp('Trash'); ?> </h4> <div class="trash"> <ol class="grdx3 trsh" style="list-style: none"> <li> <i class="fa fa-trash-o fa-5x"></i> <br /> <br /> <?php _lp("Drop to remove item"); ?> <br /> <br /> <br /> <br /> <br /> </li> </ol> </div> </div> <input type="hidden" id="no-result" value="true" /> <script type="text/javascript"> $(function () {
<?php echo $frm->FormBody(); ?> </div> <div class="grd-secondary"> <div class="attach" dir="rtl" style="padding:0.5em 1.5em"> راهنما <hr /> <?php if ($this->record['manager_type'] == $MANAGER_TYPE['DEFINED']) { global $loaded_extensions; foreach ($loaded_extensions as $ext) { ?> <label> <?php _lp($ext); ?> <input type="checkbox" name="allow[]" <?php echo in_array($ext, $promise) ? 'checked=""' : ''; ?> value="<?php echo $ext; ?> " /> </label> <?php } } // promisition ?> </div>
</div> <div id="ajax-result"> <h4> <?php _lp('Action result'); ?> </h4> <div> <span class="true"> <?php _lp('The operation was successful'); ?> </span> <span class="false"> <?php _lp('Operation failed'); ?> </span> <span class="result"> </span> </div> </div> </div> <div class="overlay"> <div class="awesome nice_scroll"> <input type="button" value="X" class="close-overlay" /> <ul id="font-list"> </ul> </div>
<div class="gray-ol rtl"> <form action="<?php echo UR_MP; ?> Category/Sync" method="post" id="sort_form"> <?php echo $this->cat->CategoryOL(); ?> <input type="hidden" id="sorted" name="sorted" /> <br /> <button type="submit" > <?php _lp('Save'); ?> </button> </form> </div> <script type="text/javascript"> $(function () { var group = $(".drg").sortable({ group: 'serialization', delay: 500 });