steffen: server/kolab-horde-fbview/kolab-horde-fbview/fbview/templates/maintenance agreement_bottom.inc, NONE, 1.1 agreement_middle.inc, NONE, 1.1 agreement_top.inc, NONE, 1.1 confirm_bottom.inc, NONE, 1.1 confirm_middle.inc, NONE, 1.1 confirm_top.inc, NONE, 1.1 javascript.inc, NONE, 1.1 maintenance_bottom.inc, NONE, 1.1 maintenance_top.inc, NONE, 1.1 notice_bottom.inc, NONE, 1.1 notice_middle.inc, NONE, 1.1 notice_top.inc, NONE, 1.1

cvs at intevation.de cvs at intevation.de
Mon Oct 31 12:43:36 CET 2005


Author: steffen

Update of /kolabrepository/server/kolab-horde-fbview/kolab-horde-fbview/fbview/templates/maintenance
In directory doto:/tmp/cvs-serv18388/kolab-horde-fbview/kolab-horde-fbview/fbview/templates/maintenance

Added Files:
	agreement_bottom.inc agreement_middle.inc agreement_top.inc 
	confirm_bottom.inc confirm_middle.inc confirm_top.inc 
	javascript.inc maintenance_bottom.inc maintenance_top.inc 
	notice_bottom.inc notice_middle.inc notice_top.inc 
Log Message:
Fbview in separate package

--- NEW FILE: agreement_bottom.inc ---
<tr>
    <td> </td>
</tr>
<tr>
    <td>
        <input type="submit" name="agree" class="button" value="<?php echo _("Yes, I Agree") ?>" onclick="document.maint_confirm.submit();" />
        <input type="submit" name="not_agree" class="button" value="<?php echo _("NO, I Do NOT Agree") ?>" onclick="document.maint_confirm.submit();" />
    </td>
</tr>

</table>

--- NEW FILE: agreement_middle.inc ---
<tr>
    <td class="light">
        <input type="hidden" name="<?php echo $pref ?>_confirm" value="1" />
        <?php echo $descrip ?>
    </td>
</tr>

--- NEW FILE: agreement_top.inc ---
<table border="0" align="center" width="95%" cellpadding="3" cellspacing="2">
<tr class="header">
    <td class="header">
        <b><?php printf(_("%s Terms of Agreement"), $registry->getParam('name', $module)); ?></b>
    </td>
</tr>
<tr>
    <td> </td>
</tr>
<tr>
    <td class="light">
        <?php printf(_("Please read the following text.  You MUST agree with the terms to use the system.")); ?>
    </td>
</tr>
<tr>
    <td> </td>
</tr>

--- NEW FILE: confirm_bottom.inc ---
<tr>
    <td> </td>
</tr>
<tr>
    <td>
        <input type="submit" class="button" value="<?php echo _("Perform Maintenance Operations") ?>" onclick="document.maint_confirm.submit();" />
<?php if ($browser->hasFeature('javascript')) : ?>
          
        <input type="button" class="button" value="<?php echo _("Skip Maintenance") ?>" onclick="uncheckAll(); document.maint_confirm.submit();" />
<?php endif; ?>
    </td>
</tr>

</table>

--- NEW FILE: confirm_middle.inc ---
<tr>
    <td class="light">
        <input type="checkbox" name="<?php echo $pref ?>_confirm"<?php if ($checked) echo ' checked="checked"'; ?>></input>
        &nbsp 
        <?php echo $descrip ?>
    </td>
</tr>

--- NEW FILE: confirm_top.inc ---
<table border="0" align="center" width="95%" cellpadding="3" cellspacing="2">
<tr class="header">
    <td class="header">
        <b><?php printf(_("%s Maintenance Operations - Confirmation"), $registry->getParam('name', $module)); ?></b>
    </td>
</tr>
<tr><td> </td></tr>
<tr>
    <td class="light">
        <span class="header"><?php echo _("Notice") ?>
        <span class="smallheader"><?php printf(_(" — %s is ready to perform the maintenance operations checked below."), $registry->getParam('name'), $module); ?>
        <br />
        <?php echo _("Check the box for any operation(s) you want to perform at this time.") ?></span></span>
    </td>
</tr>
<tr><td> </td></tr>

--- NEW FILE: javascript.inc ---
<script language="JavaScript" type="text/javascript">
<!--

function uncheckAll()
{
    for (var i = 0; i < document.maint_confirm.elements.length; i++) {
        document.maint_confirm.elements[i].checked = false;
    }
}

//-->
</script>

--- NEW FILE: maintenance_bottom.inc ---
</form>
<script language="JavaScript" type="text/javascript">
<!--
if (window.parent.frames.horde_menu) document.maint_confirm.frameset.value = 1;
//-->
</script>

--- NEW FILE: maintenance_top.inc ---
<form method="post" action="<?php echo $maint->getMaintenanceFormURL() ?>" name="maint_confirm">
<input type="hidden" name="frameset" value="" />
<?php echo $maint->getPostData() ?>

--- NEW FILE: notice_bottom.inc ---
<tr>
    <td> </td>
</tr>
<tr>
    <td>
        <input type="submit" class="button" value="<?php echo _("Click to Continue") ?>" onclick="document.maint_confirm.submit();" />
    </td>
</tr>

</table>

--- NEW FILE: notice_middle.inc ---
<tr>
    <td class="light">
        <input type="hidden" name="<?php echo $pref ?>_confirm" value="1" />
        <?php echo $descrip ?>
    </td>
</tr>

--- NEW FILE: notice_top.inc ---
<table border="0" align="center" width="95%" cellpadding="3" cellspacing="2">
<tr class="header">
    <td class="header">
        <b><?php printf(_("%s - Notice"), $registry->getParam('name', $module)); ?></b>
    </td>
</tr>
<tr>
    <td> </td>
</tr>
<tr>
    <td> </td>
</tr>





More information about the commits mailing list