index.html 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <title>Zammad</title>
  6. <link href="css/style.css" rel="stylesheet" />
  7. </head>
  8. <body>
  9. <div class="sidebar">
  10. <header class="clearfix">
  11. </header>
  12. <div class="content">
  13. <!--<div class="topbar agent clearfix">
  14. <div class="avatarHolder">
  15. <div class="avatar" style="background-image: url(img/agent.jpg)"></div>
  16. </div>
  17. <div class="name">Stefan Lober</div>
  18. <ul class="userActions">
  19. <li class="settings">Settings</li>
  20. <li class="logout">Logout</li>
  21. </ul>
  22. </div>-->
  23. <div class="inbox">
  24. <div class="listHeader">Tickets</div>
  25. <ul class="listView">
  26. <li class="all selected">All <span class="new counter">15</span></li>
  27. <li class="personal">My</li>
  28. <li class="escalating">Escalating</li>
  29. <li class="unassigned">Unassigned</li>
  30. </ul>
  31. </div>
  32. </div>
  33. </div>
  34. <div class="twoColumns">
  35. <div class="stream">
  36. <header class="clearfix">
  37. <h2>All Tickets</h2>
  38. <!--<label for="sortby">Sorty By</label>-->
  39. <select id="sortby">
  40. <option selected>Sort by</option>
  41. <option>Date</option>
  42. <option>Escalation</option>
  43. <option>Answers</option>
  44. <option>Agent</option>
  45. <option>Source</option>
  46. </select>
  47. <input type="search" placeholder="Search Tickets.." />
  48. </header>
  49. <div class="content">
  50. <article class="ma urgent">
  51. <img src="img/user2.jpg" />
  52. <section>
  53. <div class="info">
  54. <span class="name">Jennifer Rostock</span><span class="channel">via Mail</span>
  55. <span class="time">30 seconds ago</span>
  56. </div>
  57. <p>What?! As you wish. No! Alderaan is peaceful. We have no weapons. You can't possibly… But with the blast shield down, I can't even see! How am I supposed to fight? Hey, Luke! May the Force be with you.</p>
  58. </section>
  59. </article>
  60. <article class="tw urgent">
  61. <img src="img/user3.jpg" />
  62. <section>
  63. <div class="info">
  64. <span class="name">Thomas B.</span><span class="channel">via Twitter</span>
  65. <span class="time">5 minutes ago</span>
  66. </div>
  67. <p>As you wish. Leave that to me. Send a distress signal, and inform the Senate that all on board were killed. Partially, but it also obeys your commands. Red Five standing by. I call it luck. Don't underestimate the Force.</p>
  68. </section>
  69. </article>
  70. <article class="fb urgent">
  71. <img src="img/user4.jpg" />
  72. <section>
  73. <div class="info">
  74. <span class="name">Martin R.</span><span class="channel">via Mail</span>
  75. <span class="time">5 hours ago</span>
  76. </div>
  77. <p>I want to know what happened to the plans they sent you. A tremor in the Force. The last time I felt it was in the presence of my old master.</p>
  78. </section>
  79. </article>
  80. <article class="facebook urgent">
  81. <img src="img/user5.jpg" />
  82. <section>
  83. <div class="info">
  84. <span class="name">Stefan Lohammer</span><span class="channel">via Facebook</span>
  85. <span class="time">2 days</span>
  86. </div>
  87. <p>I suggest you try it again, Luke. This time, let go your conscious self and act on instinct. Leave that to me. Send a distress signal, and inform the Senate that all on board were killed.</p>
  88. </section>
  89. </article>
  90. <article class="facebook important">
  91. <img src="img/user6.jpg" />
  92. <section>
  93. <div class="info">
  94. <span class="name">Anna Huber</span>
  95. <span class="time">5 days</span>
  96. </div>
  97. <p>Your eyes can deceive you. Don't trust them. I want to come with you to Alderaan. There's nothing for me here now. I want to learn the ways of the Force and be a Jedi, like my father before me.</p>
  98. </section>
  99. </article>
  100. <article class="fb selected">
  101. <img src="img/user7.jpg" />
  102. <section>
  103. <div class="info">
  104. <span class="name">Ramona Kurzer</span>
  105. <span class="time">1 week ago</span>
  106. </div>
  107. <p>I'm surprised you had the courage to take the responsibility yourself. I can't get involved! I've got work to do! It's not that I like the Empire, I hate it, but there's nothing I can do about it right now. It's such a long way from here. The Force is strong with this one. I have you now.</p>
  108. </section>
  109. </article>
  110. <article class="fb important">
  111. <img src="img/user8.jpg" />
  112. <section>
  113. <div class="info">
  114. <span class="name">Philipp Maier</span>
  115. <span class="time">2 weeks ago</span>
  116. </div>
  117. <p>Escape is not his plan. I must face him, alone. But with the blast shield down, I can't even see! How am I supposed to fight? All right. Well, take care of yourself, Han. I guess that's what you're best at, ain't it?</p>
  118. </section>
  119. </article>
  120. <article class="fb important">
  121. <img src="img/user9.jpg" />
  122. <section>
  123. <div class="info">
  124. <span class="name">Simon Lanz</span>
  125. <span class="time">1 month ago</span>
  126. </div>
  127. <p>
  128. Don't act so surprised, Your Highness. You weren't on any mercy mission this time. Several transmissions were beamed to this ship by Rebel spies. I want to know what happened to the plans they sent you. In my experience, there is no such thing as luck. I call it luck. Ye-ha!
  129. </p>
  130. </section>
  131. </article>
  132. <article class="fb">
  133. <img src="img/user11.jpg" />
  134. <section>
  135. <div class="info">
  136. <span class="name">Elisabeth Franke</span>
  137. <span class="time">3 months ago</span>
  138. </div>
  139. <p>
  140. I don't know what you're talking about. I am a member of the Imperial Senate on a diplomatic mission to Alderaan-- I'm trying not to, kid. You don't believe in the Force, do you? Look, I ain't in this for your revolution, and I'm not in it for you, Princess. I expect to be well paid.
  141. </p>
  142. </section>
  143. </article>
  144. <article class="fb">
  145. <img src="img/user12.jpg" />
  146. <section>
  147. <div class="info">
  148. <span class="name">Franz Huber</span>
  149. <span class="time">6 months ago</span>
  150. </div>
  151. <p>
  152. I'm in it for the money. She must have hidden the plans in the escape pod. Send a detachment down to retrieve them, and see to it personally, Commander. There'll be no one to stop us this time!
  153. </p>
  154. </section>
  155. </article>
  156. <article class="fb">
  157. <img src="img/user13.jpg" />
  158. <section>
  159. <div class="info">
  160. <span class="name">Lars Friedrich</span>
  161. <span class="time">1 year ago</span>
  162. </div>
  163. <p>
  164. Obi-Wan is here. The Force is with him. Partially, but it also obeys your commands. Hokey religions and ancient weapons are no match for a good blaster at your side, kid. All right.
  165. </p>
  166. </section>
  167. </article>
  168. <article class="fb">
  169. <img src="img/user10.jpg" />
  170. <section>
  171. <div class="info">
  172. <span class="name">Felix</span>
  173. <span class="time">3 years ago</span>
  174. </div>
  175. <p>
  176. Well, take care of yourself, Han. I guess that's what you're best at, ain't it? Remember, a Jedi can feel the Force flowing through him. You don't believe in the Force, do you?
  177. </p>
  178. </section>
  179. </article>
  180. </div>
  181. </div><!-- /stream -->
  182. <div class="conversation">
  183. <header class="clearfix">
  184. <h2>Ramona Kurzer</h2>
  185. <button class="profil">Profil</button>
  186. <button class="tickets">Tickets</button>
  187. </header>
  188. <div class="content">
  189. <section class="customer">
  190. <div class="info"><img src="img/user7.jpg" /></div>
  191. <div class="body">
  192. <p>I'm surprised you had the courage to take the responsibility yourself. I can't get involved! I've got work to do! It's not that I like the Empire, I hate it, but there's nothing I can do about it right now. It's such a long way from here. The Force is strong with this one. I have you now.</p>
  193. </div>
  194. </section>
  195. <section class="agent">
  196. <div class="info"><img src="img/user1.jpg" /></div>
  197. <div class="body">
  198. <p>Don't act so surprised, Your Highness.<br>
  199. <br>
  200. You weren't on any mercy mission this time. Several transmissions were beamed to this ship by Rebel spies.
  201. </p>
  202. <p>I want to know what happened to the plans they sent you. I can't get involved! I've got work to do!</p>
  203. <p>It's not that I like the Empire, I hate it, but there's nothing I can do about it right now. It's such a long way from here. Obi-Wan is here. The Force is with him. I suggest you try it again, Luke. This time, let go your conscious self and act on instinct. The Force is strong with this one. I have you now.</p>
  204. </div>
  205. </section>
  206. <section class="agent note">
  207. <div class="info"><img src="img/user1.jpg" /></div>
  208. <div class="body">
  209. <p>These dialogs are from the movie 'Star Wars'. <a href="http://chrisvalleskey.com/fillerama/" target="_blank">Source</a></p>
  210. </div>
  211. </section>
  212. <section class="customer">
  213. <div class="info"><img src="img/user7.jpg" /></div>
  214. <div class="body">
  215. <p>
  216. The plans you refer to will soon be back in our hands. I'm trying not to, kid. I need your help, Luke. She needs your help. I'm getting too old for this sort of thing. I have traced the Rebel spies to her. Now she is my only link to finding their secret base.
  217. </p>
  218. </div>
  219. </section>
  220. <section class="agent">
  221. <div class="info"><img src="img/user1.jpg" /></div>
  222. <div class="body">
  223. <p>
  224. Red Five standing by. Leave that to me. Send a distress signal, and inform the Senate that all on board were killed. The Force is strong with this one. I have you now. I don't know what you're talking about. I am a member of the Imperial Senate on a diplomatic mission to Alderaan-- Partially, but it also obeys your commands.
  225. </p>
  226. </div>
  227. </section>
  228. <section class="customer">
  229. <div class="info"><img src="img/user7.jpg" /></div>
  230. <div class="body">
  231. <p>
  232. The more you tighten your grip, Tarkin, the more star systems will slip through your fingers. You're all clear, kid. Let's blow this thing and go home! I suggest you try it again, Luke. This time, let go your conscious self and act on instinct. Hey, Luke! May the Force be with you.
  233. </p>
  234. <p>
  235. You don't believe in the Force, do you? The Force is strong with this one. I have you now. All right. Well, take care of yourself, Han. I guess that's what you're best at, ain't it? I suggest you try it again, Luke. This time, let go your conscious self and act on instinct. I have traced the Rebel spies to her. Now she is my only link to finding their secret base.
  236. </p>
  237. </div>
  238. </section>
  239. <section class="agent">
  240. <div class="info"><img src="img/user1.jpg" /></div>
  241. <div class="body">
  242. <p>
  243. Still, she's got a lot of spirit. I don't know, what do you think? Partially, but it also obeys your commands. No! Alderaan is peaceful. We have no weapons. You can't possibly… I don't know what you're talking about. I am a member of the Imperial Senate on a diplomatic mission to Alderaan-- As you wish.
  244. </p>
  245. </div>
  246. </section>
  247. <section class="customer">
  248. <div class="info"><img src="img/user7.jpg" /></div>
  249. <div class="body">
  250. <p>
  251. I'm surprised you had the courage to take the responsibility yourself. As you wish. I find your lack of faith disturbing. Your eyes can deceive you. Don't trust them. A tremor in the Force. The last time I felt it was in the presence of my old master.
  252. </p>
  253. </div>
  254. </section>
  255. </div>
  256. </div>
  257. </div>
  258. <script type="text/javascript" src="../app/assets/javascripts/app/lib/jquery-1.7.2.min.js"></script>
  259. <script>
  260. $('.stream article').click(function(){
  261. $(this).addClass('selected').siblings().removeClass('selected');
  262. });
  263. </script>
  264. </body>
  265. </html>