2009-04-03 00:50:43 +00:00
|
|
|
<?php defined("SYSPATH") or die("No direct script access.") ?>
|
2009-04-27 20:30:46 +00:00
|
|
|
<div id="gOrganizeForm" class="yui-u">
|
2009-04-03 00:50:43 +00:00
|
|
|
<?= form::open(url::site("organize/update/__ITEM_ID__?csrf=__CSRF__&action=__ACTION__"), array("method" => "post")) ?>
|
|
|
|
|
|
2009-04-27 20:30:46 +00:00
|
|
|
<!-- div id="gOrganizeFormInfo" style="display:none"
|
2009-04-03 00:50:43 +00:00
|
|
|
ref="<?= url::site("organize/detail/__ITEM_ID__") ?>">
|
2009-04-06 05:02:56 +00:00
|
|
|
<ul>
|
|
|
|
|
<li>
|
|
|
|
|
Title: <span id="gOrganizeFormTitle"></span>
|
|
|
|
|
</li>
|
|
|
|
|
<li>
|
|
|
|
|
Owner: <span id="gOrganizeFormOwner"></span>
|
|
|
|
|
</li>
|
|
|
|
|
<li>
|
|
|
|
|
Date: <span id="gOrganizeFormDate"></span>
|
|
|
|
|
</li>
|
|
|
|
|
<li>
|
|
|
|
|
Description: <span id="gOrganizeFormDescription"> </span>
|
|
|
|
|
</li>
|
|
|
|
|
</ul>
|
2009-04-27 20:30:46 +00:00
|
|
|
</div -->
|
2009-04-03 00:50:43 +00:00
|
|
|
|
|
|
|
|
<span id="gOrganizeFormButtons">
|
|
|
|
|
<?= form::submit(array("id" => "gOrganizeApplyButton", "name" => "apply", "disabled" => true, "class" => "submit"), t("Apply")) ?>
|
|
|
|
|
</span>
|
|
|
|
|
<?= form::close() ?>
|
|
|
|
|
</div>
|