app/soc/templates/soc/timeline/edit.html
changeset 1358 6be502a1bcc6
parent 1211 b0dd54907caf
child 1359 582661519e5d
equal deleted inserted replaced
1357:3dd1507aa723 1358:6be502a1bcc6
    10 distributed under the License is distributed on an "AS IS" BASIS,
    10 distributed under the License is distributed on an "AS IS" BASIS,
    11 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    11 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    12 See the License for the specific language governing permissions and
    12 See the License for the specific language governing permissions and
    13 limitations under the License.
    13 limitations under the License.
    14 {% endcomment %}
    14 {% endcomment %}
    15 {% block scripts %}
    15 
    16 <script type="text/javascript" src="/jquery/jquery-ui.core.js"></script>
       
    17 <script type="text/javascript" src="/jquery/jquery-ui.datetimepicker.js"></script>
       
    18 <link rel="stylesheet" type="text/css" media="screen" href="/soc/content/css/ui.datetimepicker.css">
       
    19 <script type="text/javascript" charset="utf-8">
       
    20     $(function()
       
    21     {
       
    22 		$('.datetime-pick').datetimepicker();
       
    23     });
       
    24 </script>
       
    25 {% endblock %}
       
    26 {% block instructions %}
    16 {% block instructions %}
    27 {{ block.super }} Note that all times are in UTC.
    17 {{ block.super }} Note that all times are in UTC.
    28 {% endblock %}
    18 {% endblock %}
    29 {% block submit_buttons %}
    19 {% block submit_buttons %}
    30 <td> 
    20 <td>