-
Notifications
You must be signed in to change notification settings - Fork 2
/
node--game-folder.tpl.php
261 lines (138 loc) · 6.1 KB
/
node--game-folder.tpl.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
<?php
// $Id: node--game.tpl.php
/**
* @file
* Default theme implementation to display a node.
*
* Available variables:
* - $title: the (sanitized) title of the node.
* - $content: An array of node items. Use render($content) to print them all,
* or print a subset such as render($content['field_example']). Use
* hide($content['field_example']) to temporarily suppress the printing of a
* given element.
* - $user_picture: The node author's picture from user-picture.tpl.php.
* - $date: Formatted creation date. Preprocess functions can reformat it by
* calling format_date() with the desired parameters on the $created variable.
* - $name: Themed username of node author output from theme_username().
* - $node_url: Direct url of the current node.
* - $display_submitted: Whether submission information should be displayed.
* - $submitted: Submission information created from $name and $date during
* template_preprocess_node().
* - $classes: String of classes that can be used to style contextually through
* CSS. It can be manipulated through the variable $classes_array from
* preprocess functions. The default values can be one or more of the
* following:
* - node: The current template type, i.e., "theming hook".
* - node-[type]: The current node type. For example, if the node is a
* "Blog entry" it would result in "node-blog". Note that the machine
* name will often be in a short form of the human readable label.
* - node-teaser: Nodes in teaser form.
* - node-preview: Nodes in preview mode.
* The following are controlled through the node publishing options.
* - node-promoted: Nodes promoted to the front page.
* - node-sticky: Nodes ordered above other non-sticky nodes in teaser
* listings.
* - node-unpublished: Unpublished nodes visible only to administrators.
* - $title_prefix (array): An array containing additional output populated by
* modules, intended to be displayed in front of the main title tag that
* appears in the template.
* - $title_suffix (array): An array containing additional output populated by
* modules, intended to be displayed after the main title tag that appears in
* the template.
*
* Other variables:
* - $node: Full node object. Contains data that may not be safe.
* - $type: Node type, i.e. story, page, blog, etc.
* - $comment_count: Number of comments attached to the node.
* - $uid: User ID of the node author.
* - $created: Time the node was published formatted in Unix timestamp.
* - $classes_array: Array of html class attribute values. It is flattened
* into a string within the variable $classes.
* - $zebra: Outputs either "even" or "odd". Useful for zebra striping in
* teaser listings.
* - $id: Position of the node. Increments each time it's output.
*
* Node status variables:
* - $view_mode: View mode, e.g. 'full', 'teaser'...
* - $teaser: Flag for the teaser state (shortcut for $view_mode == 'teaser').
* - $page: Flag for the full page state.
* - $promote: Flag for front page promotion state.
* - $sticky: Flags for sticky post setting.
* - $status: Flag for published status.
* - $comment: State of comment settings for the node.
* - $readmore: Flags true if the teaser content of the node cannot hold the
* main body content.
* - $is_front: Flags true when presented in the front page.
* - $logged_in: Flags true when the current user is a logged-in member.
* - $is_admin: Flags true when the current user is an administrator.
*
* Field variables: for each field instance attached to the node a corresponding
* variable is defined, e.g. $node->body becomes $body. When needing to access
* a field's raw values, developers/themers are strongly encouraged to use these
* variables. Otherwise they will have to explicitly specify the desired field
* language, e.g. $node->body['en'], thus overriding any language negotiation
* rule that was previously applied.
*
* @see template_preprocess()
* @see template_preprocess_node()
* @see template_process()
*/
?>
<div class="antiwrapper">
<div class="grid-12" style="line-height: 1em; /*margin-top: -20px;*/">
<p ><strong>When:</strong> <?php print(render($content['field_game_folder_when']))?></p>
</div>
<?php print views_embed_view('game_folder_games', 'default'); ?>
<!-- ARCHIVE -->
<!-- <div class="grid-4">
<a class="gamebox" style="border: 15px double #333; padding: 5px; /*background-color: white;*/" href="#">
<div style="font-size: 130px; line-height: 2;" class="chin">♖</div>
<p style="font-size: 64px;">
old games
</p>
</a>
</div> -->
<div class="grid-4">
<!--the game itself-->
<a
class = "gamebox"
style = "border-width: 5px; border-style: dotted; text-align: center; padding: 15px;"
href = "
<?php global $user; if ( $user->uid ): ?>
<?php print url(); ?>node/add/game
<?php else: ?>
<?php print url(); ?>user
<?php endif; ?>
">
<!--thumbnail-->
<div style="font-size: 130px; line-height: 2;" class="chin">+</div>
<!--text-->
<p style="font-size: 64px; display: block; ">
Add a Game
</p>
</a>
</div>
<!--What the heck is this here for?-->
<!--<div class="grid-12">-->
<!--video embed code-->
<!--
<iframe src="http://player.vimeo.com/video/6277276?portrait=0&color=f0000c" width="260" height="260" frameborder="0"></iframe>
<iframe title="YouTube video player" width="260" height="260" src="http://www.youtube.com/embed/CD2LRROpph0" frameborder="0" allowfullscreen></iframe>
-->
<div class="grid-12" style="margin-bottom: 20px;">
<!--flavor text-->
<div class="grid-6 alpha">
<h3>Description, by <a href="/user/<?php print $uid; ?>"><?php print $name; ?></a></h3>
<?php print render($content['field_game_folder_information'])?>
</div>
<!--rules-->
<div class="grid-6 omega">
<h3>Complete rules</h3>
<?php print render($content['field_game_folder_official_rules'])?>
</div>
</div>
<hr>
<div class="grid-9 suffix-3">
<?php print render($content['comments'])?>
</div>
</div>