X

Create New Item

File Folder

X

Search Results

File "recensement_semaines.html"

Full path: /home/meharicl/www/recensement2/recensement_semaines.html
File size: 11.85 KiB (12133 bytes)
MIME-type: text/html
Charset: utf-8

Download   Open   Edit   Advanced Edit   Back

<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>recensement_semaines</title>
<meta name="GENERATOR" content="CodeCharge Studio 5.1.1.18992">
<script language="JavaScript" type="text/javascript">
//Begin CCS script
//Include Common JSFunctions @1-2504AB44
</script>
<script src="ClientI18N.php?file=Globalize.js&amp;locale={res:CCS_LocaleID}" type="text/javascript" charset="utf-8"></script>
<script type="text/javascript">
//End Include Common JSFunctions

//Include User Scripts @1-E3FCDE7C
</script>
<link rel="stylesheet" type="text/css" href="Styles/None/jquery-ui.css" />
<link rel="stylesheet" type="text/css" href="Styles/None/ccs-jquery-ui-calendar.css" />
{page:scriptIncludes}
<script type="text/javascript">
//End Include User Scripts

//Common Script Start @1-8BFA436B
jQuery(function ($) {
    var features = { };
    var actions = { };
    var params = { };
//End Common Script Start

//Controls Selecting @1-7784DF0D
    $('body').ccsBind(function() {
        features["Panel1Panel2rec_semaines1semaine_startInlineDatePicker1"] = $('*:ccsControl(Panel1, Panel2, rec_semaines1, semaine_start)');
        features["Panel1Panel2rec_semaines1semaine_endInlineDatePicker2"] = $('*:ccsControl(Panel1, Panel2, rec_semaines1, semaine_end)');
        features["Panel1Panel2DialogPanel1"] = $('*:ccsControl(Panel1, Panel2)');
        features["Panel1UpdatePanel1"] = $('*:ccsControl(Panel1)');
        features["Panel1condition_for_show"] = $('*:ccsControl(Panel1)');
        features["Panel1condition_for_hide"] = $('*:ccsControl(Panel1)');
        features["Panel1ccc_link_Condition"] = $('*:ccsControl(Panel1)');
        features["Panel1ccc_submit_Condition"] = $('*:ccsControl(Panel1)');
        features["Panel1ccc_others_Condition"] = $('*:ccsControl(Panel1)');
    });
//End Controls Selecting

//Feature Parameters @1-575184FF
    params["Panel1Panel2rec_semaines1semaine_startInlineDatePicker1"] = { 
        dateFormat: "ShortDate",
        isWeekend: true
    };
    params["Panel1Panel2rec_semaines1semaine_endInlineDatePicker2"] = { 
        dateFormat: "ShortDate",
        isWeekend: true
    };
    params["Panel1Panel2DialogPanel1"] = { 
        title: "Ajouter/Editer Rec Semaines ",
        modal: true,
        autoOpen: false
    };
    params["Panel1UpdatePanel1"] = {
        name: "Panel1"
    };
//End Feature Parameters

//Feature Init @1-3A57BCAB
    features["Panel1Panel2rec_semaines1semaine_startInlineDatePicker1"].ccsBind(function() {
        this.ccsDateTimePicker(params["Panel1Panel2rec_semaines1semaine_startInlineDatePicker1"]);
    });
    features["Panel1Panel2rec_semaines1semaine_endInlineDatePicker2"].ccsBind(function() {
        this.ccsDateTimePicker(params["Panel1Panel2rec_semaines1semaine_endInlineDatePicker2"]);
    });
    features["Panel1Panel2DialogPanel1"].ccsBind(function() {
        this.ccsDialog(params["Panel1Panel2DialogPanel1"]);
    });
    features["Panel1UpdatePanel1"].ccsBind(function() {
        this.ccsUpdatePanel(params["Panel1UpdatePanel1"]);
    });
//End Feature Init

//DialogPanel1 show Entry Point @55-C665C449
    actions["Panel1Panel2DialogPanel1_show"] = function () {
        features["Panel1Panel2DialogPanel1"].ccsDialog("show");
        return false;
    };
//End DialogPanel1 show Entry Point

//DialogPanel1 hide Entry Point @55-C5416BBC
    actions["Panel1Panel2DialogPanel1_hide"] = function () {
        features["Panel1Panel2DialogPanel1"].ccsDialog("hide");
    };
//End DialogPanel1 hide Entry Point

//condition_for_show start Entry Point Start @28-4617342F
    actions["Panel1condition_for_show_start"] = function (eventType, parameters) {
//End condition_for_show start Entry Point Start

//condition_for_show start Entry Point Body @28-F9058955
        var self = $("*:ccsSameLevelControl(" + $(this).ccsId() + ", Panel1)");
        if (true==(params["click"] == "link")) {
            self.trigger($.Event("true.condition_for_show"), {});
        } else {
            self.trigger($.Event("false.condition_for_show"), {});
        }
//End condition_for_show start Entry Point Body

//condition_for_show start Entry Point End @28-6A43FC60
    };
//End condition_for_show start Entry Point End

//condition_for_hide start Entry Point Start @33-5A53631F
    actions["Panel1condition_for_hide_start"] = function (eventType, parameters) {
//End condition_for_hide start Entry Point Start

//condition_for_hide start Entry Point Body @33-4B4C4DB5
        var self = $("*:ccsSameLevelControl(" + $(this).ccsId() + ", Panel1)");
        if (true==(params["click"] == "submit" && $("#ErrorBlock").length == 0)) {
            self.trigger($.Event("true.condition_for_hide"), {});
        } else {
            self.trigger($.Event("false.condition_for_hide"), {});
        }
//End condition_for_hide start Entry Point Body

//condition_for_hide start Entry Point End @33-6A43FC60
    };
//End condition_for_hide start Entry Point End

//ccc_link_Condition start Entry Point Start @38-505B3325
    actions["Panel1ccc_link_Condition_start"] = function (eventType, parameters) {
//End ccc_link_Condition start Entry Point Start

//ccc_link_Condition start Entry Point Body @38-4B8521D3
        var self = $("*:ccsSameLevelControl(" + $(this).ccsId() + ", Panel1)");
        if (true==(params["click"] = "link")) {
            self.trigger($.Event("true.ccc_link_Condition"), {});
        } else {
            self.trigger($.Event("false.ccc_link_Condition"), {});
        }
//End ccc_link_Condition start Entry Point Body

//ccc_link_Condition start Entry Point End @38-6A43FC60
    };
//End ccc_link_Condition start Entry Point End

//ccc_submit_Condition start Entry Point Start @49-D5BAC60E
    actions["Panel1ccc_submit_Condition_start"] = function (eventType, parameters) {
//End ccc_submit_Condition start Entry Point Start

//ccc_submit_Condition start Entry Point Body @49-D25EF30D
        var self = $("*:ccsSameLevelControl(" + $(this).ccsId() + ", Panel1)");
        if (true==(params["click"] = "submit")) {
            self.trigger($.Event("true.ccc_submit_Condition"), {});
        } else {
            self.trigger($.Event("false.ccc_submit_Condition"), {});
        }
//End ccc_submit_Condition start Entry Point Body

//ccc_submit_Condition start Entry Point End @49-6A43FC60
    };
//End ccc_submit_Condition start Entry Point End

//ccc_others_Condition start Entry Point Start @64-52A5E8CF
    actions["Panel1ccc_others_Condition_start"] = function (eventType, parameters) {
//End ccc_others_Condition start Entry Point Start

//ccc_others_Condition start Entry Point Body @64-D9CD92AF
        var self = $("*:ccsSameLevelControl(" + $(this).ccsId() + ", Panel1)");
        if (true==(params["click"] = "")) {
            self.trigger($.Event("true.ccc_others_Condition"), {});
        } else {
            self.trigger($.Event("false.ccc_others_Condition"), {});
        }
//End ccc_others_Condition start Entry Point Body

//ccc_others_Condition start Entry Point End @64-6A43FC60
    };
//End ccc_others_Condition start Entry Point End

//Event Binding @1-A8813E1A
    features["Panel1condition_for_show"].ccsBind(function() {
        this.bind("true.condition_for_show", actions["Panel1Panel2DialogPanel1_show"]);
    });
    features["Panel1condition_for_hide"].ccsBind(function() {
        this.bind("true.condition_for_hide", actions["Panel1Panel2DialogPanel1_hide"]);
    });
    features["Panel1UpdatePanel1"].ccsBind(function() {
        this.bind("afterrefresh.ccsUpdatePanel", actions["Panel1condition_for_show_start"]);
    });
    features["Panel1UpdatePanel1"].ccsBind(function() {
        this.bind("afterrefresh.ccsUpdatePanel", actions["Panel1condition_for_hide_start"]);
    });
    features["Panel1Panel2DialogPanel1"].ccsBind(function() {
        this.bind("show.ccsDialog", actions["Panel1ccc_others_Condition_start"]);
    });
    features["Panel1Panel2DialogPanel1"].ccsBind(function() {
        this.bind("hide.ccsDialog", actions["Panel1ccc_others_Condition_start"]);
    });
    $('*:ccsControl(Panel1, rec_semaines, rec_semaines_Insert)').ccsBind(function() {
        this.bind("click", actions["Panel1ccc_link_Condition_start"]);
    });
    $('*:ccsControl(Panel1, rec_semaines, semaine_id)').ccsBind(function() {
        this.bind("click", actions["Panel1ccc_link_Condition_start"]);
    });
    $('*:ccsControl(Panel1, Panel2, rec_semaines1)').ccsBind(function() {
        this.bind("submit", actions["Panel1ccc_submit_Condition_start"]);
    });
//End Event Binding

//Plugin Calls @1-C0CCD4AB
    $('*:ccsControl(Panel1, Panel2, rec_semaines1, Button_Delete)').ccsBind(function() {
        this.bind("click", function(){ $("body").data("disableValidation", true); });
    });
//End Plugin Calls

//Common Script End @1-562554DE
});
//End Common Script End

//End CCS script
</script>
</head>
<body>
<!-- BEGIN Panel Panel1 -->
<!-- BEGIN Grid rec_semaines -->
<h2>Liste des Semaines</h2>
<table>
  <tr>
    <th scope="col">Semaine Id</th>
 
    <th scope="col">Semaine Nom</th>
 
    <th scope="col">Semaine Start</th>
 
    <th scope="col">Semaine End</th>
 
  </tr>
 
  <!-- BEGIN Row -->
  <tr>
    <td style="TEXT-ALIGN: right"><a href="{semaine_id_Src}" id="Panel1rec_semainessemaine_id_{rec_semaines:rowNumber}">{semaine_id}</a>&nbsp;</td> 
    <td>{semaine_nom}&nbsp;</td> 
    <td>{semaine_start}&nbsp;</td> 
    <td>{semaine_end}&nbsp;</td> 
  </tr>
 <!-- END Row -->
  <!-- BEGIN NoRecords -->
  <tr>
    <td colspan="4">Aucun enregistrement</td> 
  </tr>
 <!-- END NoRecords -->
  <tr>
    <td colspan="4"><a href="{rec_semaines_Insert_Src}" id="Panel1rec_semainesrec_semaines_Insert">Ajouter Nouveau</a>&nbsp;</td> 
  </tr>
</table>
<!-- END Grid rec_semaines --><br>
<!-- BEGIN Panel Panel2 -->
<!-- BEGIN Record rec_semaines1 -->
<form id="Panel1Panel2rec_semaines1" method="post" name="{HTMLFormName}" action="{Action}">
  <h2>Ajouter/Editer Rec Semaines </h2>
 
  <table>
    <!-- BEGIN Error -->
    <tr id="ErrorBlock">
      <td colspan="2">{Error}</td> 
    </tr>
 <!-- END Error -->
    <tr>
      <td><label for="Panel1Panel2rec_semaines1semaine_nom">Semaine Nom</label></td> 
      <td><input type="text" id="Panel1Panel2rec_semaines1semaine_nom" maxlength="200" size="50" value="{semaine_nom}" name="{semaine_nom_Name}"></td> 
    </tr>
 
    <tr>
      <td><label for="Panel1Panel2rec_semaines1semaine_start">Semaine Start</label></td> 
      <td><input type="text" id="Panel1Panel2rec_semaines1semaine_start" maxlength="100" size="8" value="{semaine_start}" name="{semaine_start_Name}"></td> 
    </tr>
 
    <tr>
      <td><label for="Panel1Panel2rec_semaines1semaine_end">Semaine End</label></td> 
      <td><input type="text" id="Panel1Panel2rec_semaines1semaine_end" maxlength="100" size="8" value="{semaine_end}" name="{semaine_end_Name}"></td> 
    </tr>
 
    <tr>
      <td style="TEXT-ALIGN: right" colspan="2">
        <!-- BEGIN Button Button_Insert --><input type="image" id="Panel1Panel2rec_semaines1Button_Insert" style="BORDER-LEFT-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-TOP-WIDTH: 0px" alt="Insérer" src="Styles/None/Images/fr/ButtonInsert.gif" value="Insérer" name="{Button_Name}"><!-- END Button Button_Insert -->
        <!-- BEGIN Button Button_Update --><input type="image" id="Panel1Panel2rec_semaines1Button_Update" style="BORDER-LEFT-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-TOP-WIDTH: 0px" alt="Mettre à Jour" src="Styles/None/Images/fr/ButtonUpdate.gif" value="Mettre à Jour" name="{Button_Name}"><!-- END Button Button_Update -->
        <!-- BEGIN Button Button_Delete --><input type="image" id="Panel1Panel2rec_semaines1Button_Delete" style="BORDER-LEFT-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-TOP-WIDTH: 0px" alt="Supprimer" src="Styles/None/Images/fr/ButtonDelete.gif" value="Supprimer" name="{Button_Name}"><!-- END Button Button_Delete --></td> 
    </tr>
 
  </table>
</form>
<!-- END Record rec_semaines1 --><!-- END Panel Panel2 --><br>
<!-- END Panel Panel1 -->
</body>
</html>