Author: rgardler
Date: Fri Dec 9 21:03:13 2011
New Revision: 1212633
URL: http://svn.apache.org/viewvc?rev=1212633&view=rev
Log:
add missing content files
Added:
incubator/wookie/trunk/widgets/templates/walkthrough/content_footer.html
(with props)
incubator/wookie/trunk/widgets/templates/walkthrough/content_header.html
(with props)
incubator/wookie/trunk/widgets/templates/walkthrough/content_primary.html
(with props)
incubator/wookie/trunk/widgets/templates/walkthrough/content_secondary.html
(with props)
Added: incubator/wookie/trunk/widgets/templates/walkthrough/content_footer.html
URL:
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/templates/walkthrough/content_footer.html?rev=1212633&view=auto
==============================================================================
--- incubator/wookie/trunk/widgets/templates/walkthrough/content_footer.html
(added)
+++ incubator/wookie/trunk/widgets/templates/walkthrough/content_footer.html
Fri Dec 9 21:03:13 2011
@@ -0,0 +1 @@
+<a href='actions.php' data-role="button" data-theme="c" id="save">Save
actions</a>
Propchange:
incubator/wookie/trunk/widgets/templates/walkthrough/content_footer.html
------------------------------------------------------------------------------
svn:eol-style = native
Added: incubator/wookie/trunk/widgets/templates/walkthrough/content_header.html
URL:
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/templates/walkthrough/content_header.html?rev=1212633&view=auto
==============================================================================
--- incubator/wookie/trunk/widgets/templates/walkthrough/content_header.html
(added)
+++ incubator/wookie/trunk/widgets/templates/walkthrough/content_header.html
Fri Dec 9 21:03:13 2011
@@ -0,0 +1,2 @@
+<a href = '#' data-role="button" data-rel="back" data-icon="back"
data-theme="c" >Back</a>
+<h1 id='title'>${widget.name}</h1>
Propchange:
incubator/wookie/trunk/widgets/templates/walkthrough/content_header.html
------------------------------------------------------------------------------
svn:eol-style = native
Added: incubator/wookie/trunk/widgets/templates/walkthrough/content_primary.html
URL:
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/templates/walkthrough/content_primary.html?rev=1212633&view=auto
==============================================================================
--- incubator/wookie/trunk/widgets/templates/walkthrough/content_primary.html
(added)
+++ incubator/wookie/trunk/widgets/templates/walkthrough/content_primary.html
Fri Dec 9 21:03:13 2011
@@ -0,0 +1,14 @@
+<div id='question' class="ui-block-a" role="article">
+ <h1 id="question_title">
+ <!-- Question title inserted here -->
+ </h1>
+ <div id="question_body">
+ <!-- Question body inserted here -->
+ </div>
+ <div id="answer_text">
+ <!-- Answer text inserted here -->
+ </div>
+ <ul data-role='zzzlistview' id='answer_links' data-theme='b'>
+ <!-- Answer links inserted here -->
+ </ul>
+</div>
Propchange:
incubator/wookie/trunk/widgets/templates/walkthrough/content_primary.html
------------------------------------------------------------------------------
svn:eol-style = native
Added:
incubator/wookie/trunk/widgets/templates/walkthrough/content_secondary.html
URL:
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/templates/walkthrough/content_secondary.html?rev=1212633&view=auto
==============================================================================
--- incubator/wookie/trunk/widgets/templates/walkthrough/content_secondary.html
(added)
+++ incubator/wookie/trunk/widgets/templates/walkthrough/content_secondary.html
Fri Dec 9 21:03:13 2011
@@ -0,0 +1,6 @@
+<div id='actions'>
+ <h1>Actions</h1>
+ <ol data-role='zzzlistview' id='todo_list' data-theme='b'>
+ <!-- Actions inserted here -->
+ </ol>
+</div>
Propchange:
incubator/wookie/trunk/widgets/templates/walkthrough/content_secondary.html
------------------------------------------------------------------------------
svn:eol-style = native