|
0
|
1 |
|
|
|
2 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> |
|
|
3 |
<html> |
|
|
4 |
<head> |
|
|
5 |
<title>YUI Library Examples: MenuNav Node Plugin: Left Nav With Submenus With Rounded Corners</title> |
|
|
6 |
<meta http-equiv="content-type" content="text/html; charset=utf-8"> |
|
|
7 |
<link rel="stylesheet" type="text/css" href="../../assets/yui.css" > |
|
|
8 |
|
|
|
9 |
<style> |
|
|
10 |
/*Supplemental CSS for the YUI distribution*/ |
|
|
11 |
#custom-doc { width: 95%; min-width: 950px; } |
|
|
12 |
#pagetitle {background-image: url(../../assets/bg_hd.gif);} |
|
|
13 |
/* #pagetitle h1 {background-image: url(../../assets/title_h_bg.gif);}*/ |
|
|
14 |
</style> |
|
|
15 |
|
|
|
16 |
<link rel="stylesheet" type="text/css" href="../../assets/dpSyntaxHighlighter.css"> |
|
|
17 |
|
|
|
18 |
<!--there is no custom header content for this example--> |
|
|
19 |
|
|
|
20 |
<link type="text/css" rel="stylesheet" href="../../build/cssfonts/fonts-min.css" /> |
|
|
21 |
<script type="text/javascript" src="../../build/yui/yui-min.js"></script> |
|
|
22 |
|
|
|
23 |
</head> |
|
|
24 |
<body id="yahoo-com" class=" yui-skin-sam"> |
|
|
25 |
<div id="custom-doc" class="yui-t2"> |
|
|
26 |
<div id="hd"> |
|
|
27 |
<div id="ygunav"> |
|
|
28 |
<p> |
|
|
29 |
<em> |
|
|
30 |
<a href="http://developer.yahoo.com/yui/3/">YUI 3.x Home</a> <i> - </i> |
|
|
31 |
</em> |
|
|
32 |
</p> |
|
|
33 |
<form action="http://search.yahoo.com/search" id="sitesearchform"> |
|
|
34 |
<input name="vs" type="hidden" value="developer.yahoo.com"> |
|
|
35 |
<input name="vs" type="hidden" value="yuiblog.com"> |
|
|
36 |
<div id="sitesearch"> |
|
|
37 |
<label for="searchinput">Site Search (YDN & YUIBlog): </label> |
|
|
38 |
<input type="text" id="searchinput" name="p"> |
|
|
39 |
<input type="submit" value="Search" id="searchsubmit" class="ygbt"> |
|
|
40 |
</div> |
|
|
41 |
</form> |
|
|
42 |
</div> |
|
|
43 |
<div id="ygma"><a href="../../"><img src="../../assets/logo.gif" border="0" width="200" height="93"></a></div> |
|
|
44 |
<div id="pagetitle"><h1>YUI Library Examples: MenuNav Node Plugin: Left Nav With Submenus With Rounded Corners</h1></div> |
|
|
45 |
</div> |
|
|
46 |
<div id="bd"> |
|
|
47 |
|
|
|
48 |
<div id="bar-note"><p><strong>Note:</strong> This is YUI 3.x. Looking for <a href="http://developer.yahoo.com/yui/">YUI 2.x</a>?</p></div> |
|
|
49 |
|
|
|
50 |
<div id="yui-main"> |
|
|
51 |
<div class="yui-b"> |
|
|
52 |
<div class="yui-ge"> |
|
|
53 |
<div class="yui-u first example" id="main"> |
|
|
54 |
|
|
|
55 |
<h2>MenuNav Node Plugin: Left Nav With Submenus With Rounded Corners</h2> |
|
|
56 |
|
|
|
57 |
<div id="example" class="promo"> |
|
|
58 |
<p> |
|
|
59 |
<p> |
|
|
60 |
This example demonstrates how to add rounded corners to submenus of a menu built using the |
|
|
61 |
MenuNav Node Plugin. |
|
|
62 |
</p> |
|
|
63 |
</p> |
|
|
64 |
|
|
|
65 |
<div class="module example-container newWindow"> |
|
|
66 |
<div id="example-canvas" class="bd"> |
|
|
67 |
|
|
|
68 |
<p class="newWindowButton yui-skin-sam"> |
|
|
69 |
<span id="newWindowLink"> |
|
|
70 |
<span class="first-child"> |
|
|
71 |
<a href="node-menunav-6_source.html" target="_blank">View example in new window.</a> |
|
|
72 |
</span> |
|
|
73 |
</span> |
|
|
74 |
</p> |
|
|
75 |
|
|
|
76 |
|
|
|
77 |
</div> |
|
|
78 |
</div> |
|
|
79 |
</div> |
|
|
80 |
|
|
|
81 |
<h3>Creating the Rounded Corner HTML</h3> |
|
|
82 |
<p> |
|
|
83 |
One way to add rounded corners to submenus is to append decorator elements to the node representing |
|
|
84 |
a submenu's bounding box. As the name implies, decorator elements add no semantic value to the |
|
|
85 |
markup, but enable additional styles to be applied. When adding any decorator elements to create |
|
|
86 |
effects like shadows or rounded corners, always add those elements via JavaScript, since it is only |
|
|
87 |
when JavaScript is enabled that a menu's markup is transformed in a drop-down menu system via the |
|
|
88 |
MenuNav Node Plugin. |
|
|
89 |
</p> |
|
|
90 |
|
|
|
91 |
<p> |
|
|
92 |
Each rounded corner is created by applying a background image to a <code><div></code>. |
|
|
93 |
A class name identifying the corner will be added to each <code><div></code>. |
|
|
94 |
The <code><div></code>s used to create the right corners will be nested inside the |
|
|
95 |
<code><div></code>s used to create the left corners, and each <code><div></code> |
|
|
96 |
for the left corners will have an additional class name of <code>yui-menu-corner</code>. The |
|
|
97 |
template for each set of rounded corners comes together as follows: |
|
|
98 |
</p> |
|
|
99 |
|
|
|
100 |
<textarea name="code" class="HTML" cols="60" rows="1"> |
|
|
101 |
<!-- top-left and top-right corners --> |
|
|
102 |
<div class="yui-menu-corner yui-menu-corner-tl"><div class="yui-menu-corner-tr"></div></div> |
|
|
103 |
|
|
|
104 |
<!-- bottom-left and bottom-right corners --> |
|
|
105 |
<div class="yui-menu-corner yui-menu-corner-bl"><div class="yui-menu-corner-br"></div></div> |
|
|
106 |
</textarea> |
|
|
107 |
|
|
|
108 |
<p> |
|
|
109 |
The <code><div></code>s for each corner is created by passing a string |
|
|
110 |
of HTML to Node's <a href="../../api/Node.html#method_create"><code>create</code></a> method. Use |
|
|
111 |
the <a href="../../api/Node.html#method_queryAll"><code>queryAll</code></a> method to |
|
|
112 |
retrieve Node instances for each submenu, and the |
|
|
113 |
<a href="../../api/Node.html#method_appendChild"><code>appendChild</code></a> and |
|
|
114 |
<a href="../../api/Node.html#method_insertBefore"><code>insertBefore</code></a> |
|
|
115 |
methods to add the rounded corners <code><div></code>s to the bounding box of each submenu. |
|
|
116 |
</p> |
|
|
117 |
|
|
|
118 |
<textarea name="code" class="JScript" cols="60" rows="1"> |
|
|
119 |
// Call the "use" method, passing in "node-menunav". This will load the |
|
|
120 |
// script and CSS for the MenuNav Node Plugin and all of the required |
|
|
121 |
// dependencies. |
|
|
122 |
|
|
|
123 |
YUI({base:"../../build/", timeout: 10000}).use("node-menunav", function(Y) { |
|
|
124 |
|
|
|
125 |
// Retrieve the Node instance representing the root menu |
|
|
126 |
// (<div id="productsandservices">) |
|
|
127 |
|
|
|
128 |
var menu = Y.Node.get("#productsandservices"); |
|
|
129 |
|
|
|
130 |
|
|
|
131 |
// Use the "queryAll" method to retrieve the |
|
|
132 |
// Node instances representing each submenu. |
|
|
133 |
|
|
|
134 |
menu.queryAll(".yui-menu").each(function (node) { |
|
|
135 |
|
|
|
136 |
// Add decorator elements used to create the rounded corners to the |
|
|
137 |
// bounding box of each submenu. |
|
|
138 |
|
|
|
139 |
// Insert the first decorator before the submenu's content box |
|
|
140 |
node.insertBefore(Y.Node.create('<div class="yui-menu-corner yui-menu-corner-tl"><div class="yui-menu-corner-tr"></div></div>'), node.get("children").item(0)); |
|
|
141 |
|
|
|
142 |
// Insert the second decorator after the submenu's content box |
|
|
143 |
node.appendChild(Y.Node.create('<div class="yui-menu-corner yui-menu-corner-bl"><div class="yui-menu-corner-br"></div></div>')); |
|
|
144 |
|
|
|
145 |
}); |
|
|
146 |
|
|
|
147 |
|
|
|
148 |
// Call the "plug" method of the Node instance, passing in a reference to the |
|
|
149 |
// MenuNav Node Plugin. |
|
|
150 |
|
|
|
151 |
menu.plug(Y.Plugin.NodeMenuNav); |
|
|
152 |
|
|
|
153 |
}); |
|
|
154 |
</textarea> |
|
|
155 |
<em>Note:</em> In keeping with the |
|
|
156 |
<a href="http://developer.yahoo.com/performance/">Exceptional Performance</a> |
|
|
157 |
team's recommendation, the script block used to instantiate the menu will be |
|
|
158 |
<a href="http://developer.yahoo.com/performance/rules.html#js_bottom">placed at the bottom of the page</a>. |
|
|
159 |
This not only improves performance, it helps ensure that the DOM subtree of the |
|
|
160 |
element representing the root menu |
|
|
161 |
(<code><div id="productsandservices"></code>) is ready to be scripted. |
|
|
162 |
</p> |
|
|
163 |
|
|
|
164 |
<h3>Create the Rounded Corner Background Image</h3> |
|
|
165 |
<p> |
|
|
166 |
For performance, each rounded corner <code><div></code> uses the same image as its |
|
|
167 |
background image, but only reveals the relevant section of the image via the |
|
|
168 |
<code>background-position</code> property. The complete image is as follows: |
|
|
169 |
</p> |
|
|
170 |
|
|
|
171 |
<img src="assets//round.png" width="200" height="6" alt="Image used as the background image for the DIV elements used to create rounded corners"> |
|
|
172 |
|
|
|
173 |
<h3>Styling the Rounded Corner HTML</h3> |
|
|
174 |
<p> |
|
|
175 |
With the rounded corner elements appended to each submenu, the next step is to define |
|
|
176 |
the styles that create the rounded corner effect. Start by overriding the values for |
|
|
177 |
<code>border</code> and <code>padding</code> specified for the content box of each submenu in the |
|
|
178 |
Sam skin CSS. The top and bottom borders are set to 0, since both borders will be drawn by the |
|
|
179 |
background image used to create the rounded corners. The top and bottom padding will be created by |
|
|
180 |
setting the height of each <code><div></code> inside the |
|
|
181 |
<code><div class="yui-menu-corner"></code>. |
|
|
182 |
</p> |
|
|
183 |
|
|
|
184 |
<textarea name="code" class="CSS" cols="60" rows="1"> |
|
|
185 |
/* |
|
|
186 |
Overide the values for border and padding specified for the content box of each submenu in |
|
|
187 |
the Sam skin CSS. The top and bottom borders are set to 0, since both borders will be drawn |
|
|
188 |
by the background image used to create the rounded corners. The top and bottom padding |
|
|
189 |
will be created by setting the height of each <div> inside the |
|
|
190 |
<div class="yui-menu-corner">. |
|
|
191 |
*/ |
|
|
192 |
|
|
|
193 |
#productsandservices .yui-menu .yui-menu-content { |
|
|
194 |
|
|
|
195 |
border-top: 0; |
|
|
196 |
border-bottom: 0; |
|
|
197 |
padding: 0; |
|
|
198 |
|
|
|
199 |
} |
|
|
200 |
</textarea> |
|
|
201 |
|
|
|
202 |
<p> |
|
|
203 |
Next, define the styles for each corner element. The <code><div></code>s for the top-left |
|
|
204 |
and bottom-left corners define a right margin that will provide space for the their inner |
|
|
205 |
<code><div></code>s to fill using a negative right margin. Each inner |
|
|
206 |
<code><div></code> will define a left margin to reveal the background image applied to |
|
|
207 |
its parent <code><div></code>. |
|
|
208 |
</p> |
|
|
209 |
<textarea name="code" class="CSS" cols="60" rows="1"> |
|
|
210 |
.yui-menu-corner { |
|
|
211 |
|
|
|
212 |
margin-right: 4px; /* Reserve space for the top-right and bottom-right corners. */ |
|
|
213 |
|
|
|
214 |
/* The background image (sprite) for the top-left and bottom-left corners. */ |
|
|
215 |
background: url(assets/round.png) no-repeat; |
|
|
216 |
|
|
|
217 |
} |
|
|
218 |
|
|
|
219 |
.yui-menu-corner div { |
|
|
220 |
|
|
|
221 |
height: 4px; |
|
|
222 |
|
|
|
223 |
margin: 0 -4px 0 4px; /* Use a negative right margin to move the <div> into |
|
|
224 |
the right margin of the parent element |
|
|
225 |
(<div class="yui-menu-corner">) to draw the top-right |
|
|
226 |
and bottom-right corners. |
|
|
227 |
|
|
|
228 |
Apply a left margin to reveal the background image |
|
|
229 |
applied to the parent element for the top-left and |
|
|
230 |
bottom-left corners. */ |
|
|
231 |
|
|
|
232 |
/* The background image (sprite) for the top-right and bottom-right corners. */ |
|
|
233 |
background: url(assets/round.png) no-repeat; |
|
|
234 |
|
|
|
235 |
_position: relative; /* Necessary to get negative margins working in IE 6 |
|
|
236 |
(Standards Mode and Quirks Mode and IE 7 (Quirks |
|
|
237 |
Mode only). */ |
|
|
238 |
|
|
|
239 |
_font-size: 0; /* Necessary to collapse the height of the <div> in IE 6 |
|
|
240 |
(Standards Mode and Quirks Mode and IE 7 (Quirks Mode only) so |
|
|
241 |
that it renders at 4px tall. */ |
|
|
242 |
|
|
|
243 |
} |
|
|
244 |
</textarea> |
|
|
245 |
|
|
|
246 |
|
|
|
247 |
<p> |
|
|
248 |
The last step is to simply set <code>background-position</code> property for the bottom-left, |
|
|
249 |
top-right, and bottom-right corner elements to reveal the corresponding section of the corner |
|
|
250 |
background image. |
|
|
251 |
</p> |
|
|
252 |
<textarea name="code" class="CSS" cols="60" rows="1"> |
|
|
253 |
/* |
|
|
254 |
Set the "background-position" property for the bottom-left, top-right, and |
|
|
255 |
bottom-right corner elements to reveal the corresponding section of the corner |
|
|
256 |
background image. |
|
|
257 |
*/ |
|
|
258 |
|
|
|
259 |
.yui-menu-corner-bl { |
|
|
260 |
|
|
|
261 |
background-position: left bottom; |
|
|
262 |
|
|
|
263 |
} |
|
|
264 |
|
|
|
265 |
.yui-menu-corner .yui-menu-corner-tr { |
|
|
266 |
|
|
|
267 |
background-position: top right; |
|
|
268 |
|
|
|
269 |
} |
|
|
270 |
|
|
|
271 |
.yui-menu-corner .yui-menu-corner-br { |
|
|
272 |
|
|
|
273 |
background-position: right bottom; |
|
|
274 |
|
|
|
275 |
} |
|
|
276 |
</textarea> </div> |
|
|
277 |
<div class="yui-u sidebar"> |
|
|
278 |
|
|
|
279 |
|
|
|
280 |
<div id="examples" class="mod box4"> |
|
|
281 |
<div class="hd"> |
|
|
282 |
<h4> |
|
|
283 |
MenuNav Node Plugin Examples:</h4> |
|
|
284 |
</div> |
|
|
285 |
<div class="bd"> |
|
|
286 |
<ul> |
|
|
287 |
<li><a href='../node-menunav/node-menunav-1.html'>Basic Left Nav</a></li><li><a href='../node-menunav/node-menunav-2.html'>Basic Top Nav</a></li><li><a href='../node-menunav/node-menunav-3.html'>Menu Button Top Nav</a></li><li><a href='../node-menunav/node-menunav-4.html'>Split Button Top Nav</a></li><li><a href='../node-menunav/node-menunav-5.html'>Left Nav With Submenus With Shadows</a></li><li class='selected'><a href='../node-menunav/node-menunav-6.html'>Left Nav With Submenus With Rounded Corners</a></li><li><a href='../node-menunav/node-menunav-7.html'>Skinning Menus Created Using the MenuNav Node Plugin</a></li><li><a href='../node-menunav/node-menunav-8.html'>Adding Submenus On The Fly</a></li> </ul> |
|
|
288 |
</div> |
|
|
289 |
</div> |
|
|
290 |
|
|
|
291 |
<div class="mod box4"> |
|
|
292 |
<div class="hd"> |
|
|
293 |
<h4>More MenuNav Node Plugin Resources:</h4> |
|
|
294 |
</div> |
|
|
295 |
<div class="bd"> |
|
|
296 |
<ul> |
|
|
297 |
<!-- <li><a href="http://developer.yahoo.com/yui/node-menunav/">User's Guide</a> (external)</li> --> |
|
|
298 |
<li><a href="../../api/module_node-menunav.html">API Documentation</a></li> |
|
|
299 |
</ul> |
|
|
300 |
</div> |
|
|
301 |
</div> |
|
|
302 |
</div> |
|
|
303 |
</div> |
|
|
304 |
|
|
|
305 |
</div> |
|
|
306 |
</div> |
|
|
307 |
|
|
|
308 |
|
|
|
309 |
<div class="yui-b toc3" id="tocWrapper"> |
|
|
310 |
<!-- TABLE OF CONTENTS --> |
|
|
311 |
<div id="toc"> |
|
|
312 |
|
|
|
313 |
<ul> |
|
|
314 |
<li class="sect first">YUI 3.x Project</li><li class="item"><a title="The Yahoo! User Interface (YUI) Library, 3.x Branch, " href="http://developer.yahoo.com/yui/3/">YUI 3 Web Site (external)</a></li><li class="item"><a title="Examples of every YUI utility and control in action" href="../../examples/">YUI 3 Examples</a></li><li class="item"><a title="Instantly searchable API documentation for the entire YUI library." href="../../api/">YUI 3 API Docs</a></li><li class="item"><a title="The YUI Library can be downloaded from SourceForge" href="http://sourceforge.net/projects/yui/">YUI 3 on Sourceforge (external)</a></li><li class="item"><a title="YUI is free and open, offered under a BSD license." href="http://developer.yahoo.com/yui/3/license.html">YUI License (external)</a></li><li class="sect">YUI 3 Core - Examples</li><li class="item"><a title="YUI (Global Prerequisite) - Functional Examples" href="../../examples/yui/index.html">YUI (Global Prerequisite)</a></li><li class="item"><a title="Event - Functional Examples" href="../../examples/event/index.html">Event</a></li><li class="item"><a title="Node - Functional Examples" href="../../examples/node/index.html">Node</a></li><li class="sect">YUI 3 Component Infrastructure - Examples</li><li class="item"><a title="Attribute - Functional Examples" href="../../examples/attribute/index.html">Attribute</a></li><li class="item"><a title="Plugin - Functional Examples" href="../../examples/plugin/index.html">Plugin</a></li><li class="item"><a title="Widget - Functional Examples" href="../../examples/widget/index.html">Widget</a></li><li class="sect">YUI 3 Utilities - Examples</li><li class="item"><a title="Animation - Functional Examples" href="../../examples/anim/index.html">Animation</a></li><li class="item"><a title="Cache - Functional Examples" href="../../examples/cache/index.html">Cache</a></li><li class="item"><a title="Cookie - Functional Examples" href="../../examples/cookie/index.html">Cookie</a></li><li class="item"><a title="DataSchema - Functional Examples" href="../../examples/dataschema/index.html">DataSchema</a></li><li class="item"><a title="DataSource - Functional Examples" href="../../examples/datasource/index.html">DataSource</a></li><li class="item"><a title="DataType - Functional Examples" href="../../examples/datatype/index.html">DataType</a></li><li class="item"><a title="Drag & Drop - Functional Examples" href="../../examples/dd/index.html">Drag & Drop</a></li><li class="item"><a title="Get - Functional Examples" href="../../examples/get/index.html">Get</a></li><li class="item"><a title="History - Functional Examples" href="../../examples/history/index.html">History</a></li><li class="item"><a title="ImageLoader - Functional Examples" href="../../examples/imageloader/index.html">ImageLoader</a></li><li class="item"><a title="IO - Functional Examples" href="../../examples/io/index.html">IO</a></li><li class="item"><a title="JSON (JavaScript Object Notation) - Functional Examples" href="../../examples/json/index.html">JSON</a></li><li class="item"><a title="Queue - Functional Examples" href="../../examples/queue/index.html">Queue</a></li><li class="item"><a title="Stylesheet - Functional Examples" href="../../examples/stylesheet/index.html">Stylesheet</a></li><li class="sect">YUI 3 Widgets - Examples</li><li class="item"><a title="Overlay - Functional Examples" href="../../examples/overlay/index.html">Overlay</a></li><li class="item"><a title="Slider - Functional Examples" href="../../examples/slider/index.html">Slider</a></li><li class="sect">YUI 3 Node Plugins - Examples</li><li class="item"><a title="FocusManager Node Plugin - Functional Examples" href="../../examples/node-focusmanager/index.html">FocusManager Node Plugin</a></li><li class="item"><a title="MenuNav Node Plugin - Functional Examples" href="../../examples/node-menunav/index.html">MenuNav Node Plugin</a></li><li class="sect">YUI 3 CSS - Examples</li><li class="item"><a title="YUI CSS Reset - Functional Examples" href="../../examples/cssreset/index.html">CSS Reset</a></li><li class="item"><a title="YUI Fonts - Functional Examples" href="../../examples/cssfonts/index.html">CSS Fonts</a></li><li class="item"><a title="YUI Base - Functional Examples" href="../../examples/cssbase/index.html">CSS Base</a></li><li class="sect">YUI 3 Developer Tools - Examples</li><li class="item"><a title="Console - Functional Examples" href="../../examples/console/index.html">Console</a></li><li class="item"><a title="Profiler - Functional Examples" href="../../examples/profiler/index.html">Profiler</a></li><li class="item"><a title="Test - Functional Examples" href="../../examples/test/index.html">Test</a></li><li class="sect">The YUI Community</li><li class="item"><a title="The Yahoo! User Interface Blog" href="http://yuiblog.com">YUI Blog (external)</a></li><li class="item"><a title="The Yahoo! Group YDN-JavaScript hosts the YUI community forum" href="http://tech.groups.yahoo.com/group/ydn-javascript/">YUI Forum (external)</a></li><li class="item"><a title="The Yahoo! Group yui3 is dedicated to the 3.x branch of the Yahoo! User Interface (YUI) Library." href="http://tech.groups.yahoo.com/group/yui3/">YUI 3 Forum (external)</a></li><li class="item"><a title="YUI is used by Yahoo! and by hundreds of other sites, including many you know and love." href="/yui/poweredby/">YUI Sightings (external)</a></li><li class="item"><a title="Videos and podcasts from the YUI Team and from the Yahoo! frontend engineering community." href="http://developer.yahoo.com/yui/theater/">YUI Theater (external)</a></li><li class="sect">YUI Articles on the YUI Website</li><li class="item"><a title="Answers to Frequently Asked Questions about the YUI Library" href="http://developer.yahoo.com/yui/articles/faq/">YUI FAQ (external)</a></li><li class="item"><a title="Yahoo!'s philosophy of Graded Browser Support" href="http://developer.yahoo.com/yui/articles/gbs/">Graded Browser Support (external)</a></li><li class="item"><a title="Reporting Bugs and Making Feature Requests for YUI Components" href="http://developer.yahoo.com/yui/articles/reportingbugs/">Bug Reports/Feature Requests (external)</a></li><li class="item"><a title="Serve YUI source files from Yahoo! -- free, fast, and simple" href="http://developer.yahoo.com/yui/3/articles/hosting/">Serving YUI Files from Yahoo! (external)</a></li></ul> |
|
|
315 |
</div> |
|
|
316 |
</div> |
|
|
317 |
</div><!--closes bd--> |
|
|
318 |
|
|
|
319 |
<div id="ft"> |
|
|
320 |
<p class="first">Copyright © 2009 Yahoo! Inc. All rights reserved.</p> |
|
|
321 |
<p><a href="http://privacy.yahoo.com/privacy/us/devel/index.html">Privacy Policy</a> - |
|
|
322 |
<a href="http://docs.yahoo.com/info/terms/">Terms of Service</a> - |
|
|
323 |
<a href="http://docs.yahoo.com/info/copyright/copyright.html">Copyright Policy</a> - |
|
|
324 |
<a href="http://careers.yahoo.com/">Job Openings</a></p> |
|
|
325 |
</div> |
|
|
326 |
</div> |
|
|
327 |
<script src="../../assets/dpSyntaxHighlighter.js"></script> |
|
|
328 |
<script language="javascript"> |
|
|
329 |
dp.SyntaxHighlighter.HighlightAll('code'); |
|
|
330 |
</script> |
|
|
331 |
</body> |
|
|
332 |
</html> |