Edited templates.
authorhiroto
Wed, 04 Sep 2013 05:05:26 +0900
changeset 24 ff12ecc95e06
parent 23 42066035b11d
child 25 c766defc99b5
Edited templates.
autotweet-php/src/Org/W3/AutotweetBundle/Resources/views/Default/list.html.twig
autotweet-php/src/Org/W3/AutotweetBundle/Resources/views/Default/newtalk.html.twig
autotweet-php/src/Org/W3/AutotweetBundle/Resources/views/Default/note.html.twig
js/w3c_talks.js
--- a/autotweet-php/src/Org/W3/AutotweetBundle/Resources/views/Default/list.html.twig	Wed Sep 04 04:12:40 2013 +0900
+++ b/autotweet-php/src/Org/W3/AutotweetBundle/Resources/views/Default/list.html.twig	Wed Sep 04 05:05:26 2013 +0900
@@ -21,8 +21,8 @@
     </div>
     <div class="row-fluid detail">
         <div class="span8 offset2 paymentdata">
-<h1>Your Talk list</h1>
-                          <table id="paymentTable" style="border: 1px solid #ccc;" cellspacing="0">
+<h1>Your Talk list</h1></br>
+<p><table id="paymentTable" style="border: 1px solid #ccc;" cellspacing="0">
   <thead>
     <tr>
       <th>Title</th>
@@ -39,7 +39,7 @@
     </tr>
 {% endfor %}
   </tbody>
-</table>
+</table></p>
 
         </div>
         <div class="separator"></div>
@@ -48,7 +48,9 @@
         
     </div>    <div class="jumbotron">
     
-                                          
+         <a class="btn  btn-large btn-print" href="{{ path('org_w3_autotweet_newtalk') }}">
+      New Talk
+    </a>                                 
 
 </p>
 
--- a/autotweet-php/src/Org/W3/AutotweetBundle/Resources/views/Default/newtalk.html.twig	Wed Sep 04 04:12:40 2013 +0900
+++ b/autotweet-php/src/Org/W3/AutotweetBundle/Resources/views/Default/newtalk.html.twig	Wed Sep 04 05:05:26 2013 +0900
@@ -20,9 +20,9 @@
     </div>
     <div class="row-fluid detail">
         <div class="span8 offset2 paymentdata">
-                           <p>New talk.<br />
+                           <h1>New Talk</h1><br />
 <br />
-
+<a href="{{ path('org_w3_autotweet_list') }}">Back</a>
 <p>{{err}}</strong></p>
 <form class="publish-form" action="{{ path('org_w3_autotweet_newtalk') }}" method="post" {{ form_enctype(form) }}>
 {{ form_errors(form) }}
--- a/autotweet-php/src/Org/W3/AutotweetBundle/Resources/views/Default/note.html.twig	Wed Sep 04 04:12:40 2013 +0900
+++ b/autotweet-php/src/Org/W3/AutotweetBundle/Resources/views/Default/note.html.twig	Wed Sep 04 05:05:26 2013 +0900
@@ -8,17 +8,26 @@
 {% block stylesheets %}
 <link href="{{ asset('css/bootstrap.css') }}" type="text/css" rel="stylesheet" />
 <link href="{{ asset('css/bootstrap-responsive.css') }}" type="text/css" rel="stylesheet" />
+<link href="{{ asset('css/base_design.css') }}" type="text/css" rel="stylesheet" />
 {% endblock %}
 
 {% block body %}
-
-<h1>Talk list</h1>
-
+<div class="container-narrow">
+    <div class="masthead">
+        <div class="mastheadbg">
+            <img src="{{ asset('images/logo-masthead.png') }}" alt="W3C"></img>
+        </div>
+    </div>
+    <div class="row-fluid detail">
+        <div class="span8 offset2 paymentdata">
+<h1>Notes list</h1>
+<a href="{{ path('org_w3_autotweet_list') }}">Back</a>
+<p>
 <table id="paymentTable" style="border: 1px solid #ccc;" cellspacing="0">
   <thead>
     <tr>
       <th>Content</th>
-      <th>Post on</th>
+      <th>Posted on</th>
     </tr>
   </thead>
   <tbody>
@@ -33,5 +42,28 @@
     </tr>
 {% endfor %}
   </tbody>
-</table>
+</table></p>
+
+        </div>
+        <div class="separator"></div>
+     
+        
+        
+    </div>    <div class="jumbotron">
+    
+                                          
+
+</p>
+
+
+
+
+    </div>
+
+    <div class="footer">
+        <div class="footerbg">
+            
+        </div>
+    </div>
+</div>
 {% endblock %}
\ No newline at end of file
--- a/js/w3c_talks.js	Wed Sep 04 04:12:40 2013 +0900
+++ b/js/w3c_talks.js	Wed Sep 04 05:05:26 2013 +0900
@@ -64,7 +64,7 @@
         window.sessionStorage['accesskey'] = '';
         var start = document.getElementById('w3c_talks_start');
         start.onclick = function(event) {
-            window.sessionStorage['accesskey'] = 'asdf1234';
+            window.sessionStorage['accesskey'] = 'FLXTCWENBZHVEFZQCJMKNQVFYVCRYEKBQLRH';
             start.innerHTML = 'Ready';
             start.disabled = true;
             event = event || window.event;