<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://itwiki.wpunj.edu/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Publikb</id>
	<title>William Paterson University - Information Technology&#039;s Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://itwiki.wpunj.edu/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Publikb"/>
	<link rel="alternate" type="text/html" href="https://itwiki.wpunj.edu/index.php/Special:Contributions/Publikb"/>
	<updated>2026-04-29T03:42:13Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>https://itwiki.wpunj.edu/index.php?title=File:It-org-chart-03-13.png&amp;diff=1079</id>
		<title>File:It-org-chart-03-13.png</title>
		<link rel="alternate" type="text/html" href="https://itwiki.wpunj.edu/index.php?title=File:It-org-chart-03-13.png&amp;diff=1079"/>
		<updated>2013-04-02T16:36:32Z</updated>

		<summary type="html">&lt;p&gt;Publikb: It organization chart&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;It organization chart&lt;/div&gt;</summary>
		<author><name>Publikb</name></author>
	</entry>
	<entry>
		<id>https://itwiki.wpunj.edu/index.php?title=DotCMS-ContactForm&amp;diff=234</id>
		<title>DotCMS-ContactForm</title>
		<link rel="alternate" type="text/html" href="https://itwiki.wpunj.edu/index.php?title=DotCMS-ContactForm&amp;diff=234"/>
		<updated>2012-12-11T15:41:52Z</updated>

		<summary type="html">&lt;p&gt;Publikb: /* Using the Contact Form HTML */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
The contact form can used as a stand alone piece of HTML code or as a template.&lt;br /&gt;
&lt;br /&gt;
== Using the Contact Form Template ==&lt;br /&gt;
&lt;br /&gt;
First, create a new HTML page like normal. &lt;br /&gt;
&lt;br /&gt;
When you are selecting the Template, start typing in &amp;quot;Contact&amp;quot; and you should see the Contact Form template like below. &lt;br /&gt;
&lt;br /&gt;
[[image:Template.PNG]]&lt;br /&gt;
&lt;br /&gt;
After the page is created, go to the center column and start adding content like normal. &lt;br /&gt;
&lt;br /&gt;
Instead of web page content, you will be presented with a form as follows :&lt;br /&gt;
&lt;br /&gt;
[[image:Content.PNG]]&lt;br /&gt;
&lt;br /&gt;
Simply enter the person&#039;s contact information. &lt;br /&gt;
&lt;br /&gt;
The end result will look similiar to this :&lt;br /&gt;
&lt;br /&gt;
[[image:Staff.PNG]]&lt;br /&gt;
&lt;br /&gt;
== Using the Contact Form HTML ==&lt;br /&gt;
&lt;br /&gt;
To use the HTML simply copy and paste the following into the CODE mode of the content editor. &lt;br /&gt;
&lt;br /&gt;
You will want to change the contact details to suite the person its for and also feel free to modify the HTML to present this however you see fit.  The important part is the everything in the form tags. &lt;br /&gt;
&lt;br /&gt;
The only part of the form tags you will want to customize is :&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;input type=&amp;quot;hidden&amp;quot; name=&amp;quot;to&amp;quot; value=&amp;quot;smiths@wpunj.edu&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;input type=&amp;quot;hidden&amp;quot; name=&amp;quot;person&amp;quot; value=&amp;quot;Steve, Smith&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;table&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
        	&amp;lt;p&amp;gt;Steve, Smith&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
        	&amp;lt;p&amp;gt;Assistant&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
        	&amp;lt;p&amp;gt;973-720-2000&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;form action=&amp;quot;http://www.wpunj.edu/form/contact-form.dot&amp;quot; method=&amp;quot;post&amp;quot; &amp;gt;&lt;br /&gt;
              &amp;lt;input type=&amp;quot;hidden&amp;quot; name=&amp;quot;to&amp;quot; value=&amp;quot;smiths@wpunj.edu&amp;quot; /&amp;gt;&lt;br /&gt;
              &amp;lt;input type=&amp;quot;hidden&amp;quot; name=&amp;quot;person&amp;quot; value=&amp;quot;Steve, Smith&amp;quot; /&amp;gt;&lt;br /&gt;
              &amp;lt;input type=&amp;quot;submit&amp;quot; class=&amp;quot;contactSubmitButton&amp;quot; value=&amp;quot;Email&amp;quot; name=&amp;quot;submit&amp;quot; /&amp;gt;&lt;br /&gt;
            &amp;lt;/form&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:dotCMS]]&lt;br /&gt;
[[Category:help]]&lt;/div&gt;</summary>
		<author><name>Publikb</name></author>
	</entry>
	<entry>
		<id>https://itwiki.wpunj.edu/index.php?title=DotCMS-ContactForm&amp;diff=233</id>
		<title>DotCMS-ContactForm</title>
		<link rel="alternate" type="text/html" href="https://itwiki.wpunj.edu/index.php?title=DotCMS-ContactForm&amp;diff=233"/>
		<updated>2012-12-11T15:40:37Z</updated>

		<summary type="html">&lt;p&gt;Publikb: /* Using the Contact Form HTML */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
The contact form can used as a stand alone piece of HTML code or as a template.&lt;br /&gt;
&lt;br /&gt;
== Using the Contact Form Template ==&lt;br /&gt;
&lt;br /&gt;
First, create a new HTML page like normal. &lt;br /&gt;
&lt;br /&gt;
When you are selecting the Template, start typing in &amp;quot;Contact&amp;quot; and you should see the Contact Form template like below. &lt;br /&gt;
&lt;br /&gt;
[[image:Template.PNG]]&lt;br /&gt;
&lt;br /&gt;
After the page is created, go to the center column and start adding content like normal. &lt;br /&gt;
&lt;br /&gt;
Instead of web page content, you will be presented with a form as follows :&lt;br /&gt;
&lt;br /&gt;
[[image:Content.PNG]]&lt;br /&gt;
&lt;br /&gt;
Simply enter the person&#039;s contact information. &lt;br /&gt;
&lt;br /&gt;
The end result will look similiar to this :&lt;br /&gt;
&lt;br /&gt;
[[image:Staff.PNG]]&lt;br /&gt;
&lt;br /&gt;
== Using the Contact Form HTML ==&lt;br /&gt;
&lt;br /&gt;
To use the HTML simply copy and paste the following into the CODE mode of the content editor. &lt;br /&gt;
&lt;br /&gt;
You will want to change the contact details to suite the person its for. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;table&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
        	&amp;lt;p&amp;gt;Steve, Smith&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
        	&amp;lt;p&amp;gt;Assistant&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
        	&amp;lt;p&amp;gt;973-720-2000&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;form action=&amp;quot;http://www.wpunj.edu/form/contact-form.dot&amp;quot; method=&amp;quot;post&amp;quot; &amp;gt;&lt;br /&gt;
              &amp;lt;input type=&amp;quot;hidden&amp;quot; name=&amp;quot;to&amp;quot; value=&amp;quot;smiths@wpunj.edu&amp;quot; /&amp;gt;&lt;br /&gt;
              &amp;lt;input type=&amp;quot;hidden&amp;quot; name=&amp;quot;person&amp;quot; value=&amp;quot;Steve, Smith&amp;quot; /&amp;gt;&lt;br /&gt;
              &amp;lt;input type=&amp;quot;submit&amp;quot; class=&amp;quot;contactSubmitButton&amp;quot; value=&amp;quot;Email&amp;quot; name=&amp;quot;submit&amp;quot; /&amp;gt;&lt;br /&gt;
            &amp;lt;/form&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:dotCMS]]&lt;br /&gt;
[[Category:help]]&lt;/div&gt;</summary>
		<author><name>Publikb</name></author>
	</entry>
	<entry>
		<id>https://itwiki.wpunj.edu/index.php?title=DotCMS-ContactForm&amp;diff=232</id>
		<title>DotCMS-ContactForm</title>
		<link rel="alternate" type="text/html" href="https://itwiki.wpunj.edu/index.php?title=DotCMS-ContactForm&amp;diff=232"/>
		<updated>2012-12-11T15:39:45Z</updated>

		<summary type="html">&lt;p&gt;Publikb: /* Using the Contact Form HTML */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
The contact form can used as a stand alone piece of HTML code or as a template.&lt;br /&gt;
&lt;br /&gt;
== Using the Contact Form Template ==&lt;br /&gt;
&lt;br /&gt;
First, create a new HTML page like normal. &lt;br /&gt;
&lt;br /&gt;
When you are selecting the Template, start typing in &amp;quot;Contact&amp;quot; and you should see the Contact Form template like below. &lt;br /&gt;
&lt;br /&gt;
[[image:Template.PNG]]&lt;br /&gt;
&lt;br /&gt;
After the page is created, go to the center column and start adding content like normal. &lt;br /&gt;
&lt;br /&gt;
Instead of web page content, you will be presented with a form as follows :&lt;br /&gt;
&lt;br /&gt;
[[image:Content.PNG]]&lt;br /&gt;
&lt;br /&gt;
Simply enter the person&#039;s contact information. &lt;br /&gt;
&lt;br /&gt;
The end result will look similiar to this :&lt;br /&gt;
&lt;br /&gt;
[[image:Staff.PNG]]&lt;br /&gt;
&lt;br /&gt;
== Using the Contact Form HTML ==&lt;br /&gt;
&lt;br /&gt;
To use the HTML simply copy and paste the following into the CODE mode of the content editor. &lt;br /&gt;
&lt;br /&gt;
You will want to change the contact details to suite the person its for. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;table&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
        	&amp;lt;p&amp;gt;Steve, Smith&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
        	&amp;lt;p&amp;gt;Assistant&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
        	&amp;lt;p&amp;gt;973-720-2000&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;form action=&amp;quot;http://www.wpunj.edu/form/contact-form.dot&amp;quot; method=&amp;quot;post&amp;quot; &amp;gt;&lt;br /&gt;
              &amp;lt;input type=&amp;quot;hidden&amp;quot; name=&amp;quot;to&amp;quot; value=&amp;quot;smiths@wpunj.edu&amp;quot; /&amp;gt;&lt;br /&gt;
              &amp;lt;input type=&amp;quot;hidden&amp;quot; name=&amp;quot;person&amp;quot; value=&amp;quot;Steve, Smith&amp;quot; /&amp;gt;&lt;br /&gt;
              &amp;lt;input type=&amp;quot;submit&amp;quot; class=&amp;quot;contactSubmitButton&amp;quot; value=&amp;quot;Email&amp;quot; name=&amp;quot;submit&amp;quot; /&amp;gt;&lt;br /&gt;
            &amp;lt;/form&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:dotCMS]]&lt;br /&gt;
[[Category:help]]&lt;/div&gt;</summary>
		<author><name>Publikb</name></author>
	</entry>
	<entry>
		<id>https://itwiki.wpunj.edu/index.php?title=DotCMS-ContactForm&amp;diff=231</id>
		<title>DotCMS-ContactForm</title>
		<link rel="alternate" type="text/html" href="https://itwiki.wpunj.edu/index.php?title=DotCMS-ContactForm&amp;diff=231"/>
		<updated>2012-12-11T15:39:09Z</updated>

		<summary type="html">&lt;p&gt;Publikb: /* Using the Contact Form HTML */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
The contact form can used as a stand alone piece of HTML code or as a template.&lt;br /&gt;
&lt;br /&gt;
== Using the Contact Form Template ==&lt;br /&gt;
&lt;br /&gt;
First, create a new HTML page like normal. &lt;br /&gt;
&lt;br /&gt;
When you are selecting the Template, start typing in &amp;quot;Contact&amp;quot; and you should see the Contact Form template like below. &lt;br /&gt;
&lt;br /&gt;
[[image:Template.PNG]]&lt;br /&gt;
&lt;br /&gt;
After the page is created, go to the center column and start adding content like normal. &lt;br /&gt;
&lt;br /&gt;
Instead of web page content, you will be presented with a form as follows :&lt;br /&gt;
&lt;br /&gt;
[[image:Content.PNG]]&lt;br /&gt;
&lt;br /&gt;
Simply enter the person&#039;s contact information. &lt;br /&gt;
&lt;br /&gt;
The end result will look similiar to this :&lt;br /&gt;
&lt;br /&gt;
[[image:Staff.PNG]]&lt;br /&gt;
&lt;br /&gt;
== Using the Contact Form HTML ==&lt;br /&gt;
&lt;br /&gt;
To use the HTML simply copy and paste the following into the CODE mode of the content editor. &lt;br /&gt;
&lt;br /&gt;
You will want to change the contact details to suite the person its for. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;table&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
        	&amp;lt;p&amp;gt;Steve, Smith&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
        	&amp;lt;p&amp;gt;Assistant&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
        	&amp;lt;p&amp;gt;973-720-2000&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;form action=&amp;quot;http://www.wpunj.edu/form/contact-form.dot&amp;quot; method=&amp;quot;post&amp;quot; &amp;gt;&lt;br /&gt;
              &amp;lt;input type=&amp;quot;hidden&amp;quot; name=&amp;quot;to&amp;quot; value=&amp;quot;smiths@wpunj.edu&amp;quot; /&amp;gt;&lt;br /&gt;
              &amp;lt;input type=&amp;quot;hidden&amp;quot; name=&amp;quot;person&amp;quot; value=&amp;quot;Steve, Smith&amp;quot; /&amp;gt;&lt;br /&gt;
              &amp;lt;input type=&amp;quot;submit&amp;quot; class=&amp;quot;contactSubmitButton&amp;quot; value=&amp;quot;Email&amp;quot; name=&amp;quot;submit&amp;quot; /&amp;gt;&lt;br /&gt;
            &amp;lt;/form&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:dotCMS]]&lt;br /&gt;
[[Category:help]]&lt;/div&gt;</summary>
		<author><name>Publikb</name></author>
	</entry>
	<entry>
		<id>https://itwiki.wpunj.edu/index.php?title=DotCMS-ContactForm&amp;diff=230</id>
		<title>DotCMS-ContactForm</title>
		<link rel="alternate" type="text/html" href="https://itwiki.wpunj.edu/index.php?title=DotCMS-ContactForm&amp;diff=230"/>
		<updated>2012-12-11T15:38:05Z</updated>

		<summary type="html">&lt;p&gt;Publikb: /* Using the Contact Form HTML */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
The contact form can used as a stand alone piece of HTML code or as a template.&lt;br /&gt;
&lt;br /&gt;
== Using the Contact Form Template ==&lt;br /&gt;
&lt;br /&gt;
First, create a new HTML page like normal. &lt;br /&gt;
&lt;br /&gt;
When you are selecting the Template, start typing in &amp;quot;Contact&amp;quot; and you should see the Contact Form template like below. &lt;br /&gt;
&lt;br /&gt;
[[image:Template.PNG]]&lt;br /&gt;
&lt;br /&gt;
After the page is created, go to the center column and start adding content like normal. &lt;br /&gt;
&lt;br /&gt;
Instead of web page content, you will be presented with a form as follows :&lt;br /&gt;
&lt;br /&gt;
[[image:Content.PNG]]&lt;br /&gt;
&lt;br /&gt;
Simply enter the person&#039;s contact information. &lt;br /&gt;
&lt;br /&gt;
The end result will look similiar to this :&lt;br /&gt;
&lt;br /&gt;
[[image:Staff.PNG]]&lt;br /&gt;
&lt;br /&gt;
== Using the Contact Form HTML ==&lt;br /&gt;
&lt;br /&gt;
To use the HTML simply copy and paste the following into the CODE mode of the content editor. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;table&amp;gt;&lt;br /&gt;
    &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
        	&amp;lt;p&amp;gt;Eric, Rosenberg&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
        	&amp;lt;p&amp;gt;CIO&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
        	&amp;lt;p&amp;gt;973-720-2000&amp;lt;/p&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
        &lt;br /&gt;
        &amp;lt;td&amp;gt;&lt;br /&gt;
            &amp;lt;form action=&amp;quot;http://www.wpunj.edu/form/contact-form.dot&amp;quot; method=&amp;quot;post&amp;quot; &amp;gt;&lt;br /&gt;
              &amp;lt;input type=&amp;quot;hidden&amp;quot; name=&amp;quot;to&amp;quot; value=&amp;quot;rosenberge@wpunj.edu&amp;quot; /&amp;gt;&lt;br /&gt;
              &amp;lt;input type=&amp;quot;hidden&amp;quot; name=&amp;quot;person&amp;quot; value=&amp;quot;Eric, Rosenberg&amp;quot; /&amp;gt;&lt;br /&gt;
              &amp;lt;input type=&amp;quot;submit&amp;quot; class=&amp;quot;contactSubmitButton&amp;quot; value=&amp;quot;Email&amp;quot; name=&amp;quot;submit&amp;quot; /&amp;gt;&lt;br /&gt;
            &amp;lt;/form&amp;gt;&lt;br /&gt;
        &amp;lt;/td&amp;gt;&lt;br /&gt;
    &lt;br /&gt;
    &amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:dotCMS]]&lt;br /&gt;
[[Category:help]]&lt;/div&gt;</summary>
		<author><name>Publikb</name></author>
	</entry>
	<entry>
		<id>https://itwiki.wpunj.edu/index.php?title=DotCMS-ContactForm&amp;diff=229</id>
		<title>DotCMS-ContactForm</title>
		<link rel="alternate" type="text/html" href="https://itwiki.wpunj.edu/index.php?title=DotCMS-ContactForm&amp;diff=229"/>
		<updated>2012-12-11T15:30:10Z</updated>

		<summary type="html">&lt;p&gt;Publikb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
The contact form can used as a stand alone piece of HTML code or as a template.&lt;br /&gt;
&lt;br /&gt;
== Using the Contact Form Template ==&lt;br /&gt;
&lt;br /&gt;
First, create a new HTML page like normal. &lt;br /&gt;
&lt;br /&gt;
When you are selecting the Template, start typing in &amp;quot;Contact&amp;quot; and you should see the Contact Form template like below. &lt;br /&gt;
&lt;br /&gt;
[[image:Template.PNG]]&lt;br /&gt;
&lt;br /&gt;
After the page is created, go to the center column and start adding content like normal. &lt;br /&gt;
&lt;br /&gt;
Instead of web page content, you will be presented with a form as follows :&lt;br /&gt;
&lt;br /&gt;
[[image:Content.PNG]]&lt;br /&gt;
&lt;br /&gt;
Simply enter the person&#039;s contact information. &lt;br /&gt;
&lt;br /&gt;
The end result will look similiar to this :&lt;br /&gt;
&lt;br /&gt;
[[image:Staff.PNG]]&lt;br /&gt;
&lt;br /&gt;
== Using the Contact Form HTML ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:dotCMS]]&lt;br /&gt;
[[Category:help]]&lt;/div&gt;</summary>
		<author><name>Publikb</name></author>
	</entry>
	<entry>
		<id>https://itwiki.wpunj.edu/index.php?title=DotCMS-ContactForm&amp;diff=228</id>
		<title>DotCMS-ContactForm</title>
		<link rel="alternate" type="text/html" href="https://itwiki.wpunj.edu/index.php?title=DotCMS-ContactForm&amp;diff=228"/>
		<updated>2012-12-11T15:30:00Z</updated>

		<summary type="html">&lt;p&gt;Publikb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
The contact form can used as a stand alone piece of HTML code or as a template.&lt;br /&gt;
&lt;br /&gt;
== Using the Contact Form Template ==&lt;br /&gt;
&lt;br /&gt;
First, create a new HTML page like normal. &lt;br /&gt;
&lt;br /&gt;
When you are selecting the Template, start typing in &amp;quot;Contact&amp;quot; and you should see the Contact Form template like below. &lt;br /&gt;
&lt;br /&gt;
[[image:Template.PNG|thumb]]&lt;br /&gt;
&lt;br /&gt;
After the page is created, go to the center column and start adding content like normal. &lt;br /&gt;
&lt;br /&gt;
Instead of web page content, you will be presented with a form as follows :&lt;br /&gt;
&lt;br /&gt;
[[image:Content.PNG]]&lt;br /&gt;
&lt;br /&gt;
Simply enter the person&#039;s contact information. &lt;br /&gt;
&lt;br /&gt;
The end result will look similiar to this :&lt;br /&gt;
&lt;br /&gt;
[[image:Staff.PNG|thumb]]&lt;br /&gt;
&lt;br /&gt;
== Using the Contact Form HTML ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:dotCMS]]&lt;br /&gt;
[[Category:help]]&lt;/div&gt;</summary>
		<author><name>Publikb</name></author>
	</entry>
	<entry>
		<id>https://itwiki.wpunj.edu/index.php?title=File:Template.PNG&amp;diff=227</id>
		<title>File:Template.PNG</title>
		<link rel="alternate" type="text/html" href="https://itwiki.wpunj.edu/index.php?title=File:Template.PNG&amp;diff=227"/>
		<updated>2012-12-11T15:27:27Z</updated>

		<summary type="html">&lt;p&gt;Publikb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Publikb</name></author>
	</entry>
	<entry>
		<id>https://itwiki.wpunj.edu/index.php?title=File:Staff.PNG&amp;diff=226</id>
		<title>File:Staff.PNG</title>
		<link rel="alternate" type="text/html" href="https://itwiki.wpunj.edu/index.php?title=File:Staff.PNG&amp;diff=226"/>
		<updated>2012-12-11T15:27:15Z</updated>

		<summary type="html">&lt;p&gt;Publikb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Publikb</name></author>
	</entry>
	<entry>
		<id>https://itwiki.wpunj.edu/index.php?title=File:Content.PNG&amp;diff=225</id>
		<title>File:Content.PNG</title>
		<link rel="alternate" type="text/html" href="https://itwiki.wpunj.edu/index.php?title=File:Content.PNG&amp;diff=225"/>
		<updated>2012-12-11T15:27:04Z</updated>

		<summary type="html">&lt;p&gt;Publikb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Publikb</name></author>
	</entry>
	<entry>
		<id>https://itwiki.wpunj.edu/index.php?title=DotCMS-ContactForm&amp;diff=224</id>
		<title>DotCMS-ContactForm</title>
		<link rel="alternate" type="text/html" href="https://itwiki.wpunj.edu/index.php?title=DotCMS-ContactForm&amp;diff=224"/>
		<updated>2012-12-11T15:25:57Z</updated>

		<summary type="html">&lt;p&gt;Publikb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
The contact form can used as a stand alone piece of HTML code or as a template.&lt;br /&gt;
&lt;br /&gt;
== Using the Contact Form Template ==&lt;br /&gt;
&lt;br /&gt;
[[image:Webcolors.JPG|thumb|right]]&lt;br /&gt;
&lt;br /&gt;
== Using the Contact Form HTML ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:dotCMS]]&lt;br /&gt;
[[Category:help]]&lt;/div&gt;</summary>
		<author><name>Publikb</name></author>
	</entry>
	<entry>
		<id>https://itwiki.wpunj.edu/index.php?title=DotCMS-ContactForm&amp;diff=223</id>
		<title>DotCMS-ContactForm</title>
		<link rel="alternate" type="text/html" href="https://itwiki.wpunj.edu/index.php?title=DotCMS-ContactForm&amp;diff=223"/>
		<updated>2012-12-11T15:13:04Z</updated>

		<summary type="html">&lt;p&gt;Publikb: Created page with &amp;quot; The contact form can used as a stand alone piece of HTML code or as a template.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
The contact form can used as a stand alone piece of HTML code or as a template.&lt;/div&gt;</summary>
		<author><name>Publikb</name></author>
	</entry>
	<entry>
		<id>https://itwiki.wpunj.edu/index.php?title=DotCMS&amp;diff=221</id>
		<title>DotCMS</title>
		<link rel="alternate" type="text/html" href="https://itwiki.wpunj.edu/index.php?title=DotCMS&amp;diff=221"/>
		<updated>2012-12-11T15:07:49Z</updated>

		<summary type="html">&lt;p&gt;Publikb: /* Documentation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;dotCMS 2.0 is the Universities content management system for creating and updating webpages. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== For New Users ==&lt;br /&gt;
&lt;br /&gt;
If you have not already received access to your department website, please contact the HELP desk for further instructions.&lt;br /&gt;
&lt;br /&gt;
You can access the dotCMS from any computer, on or off campus. Please start with the documentation below and contact us for further assistance and personal training where required. &lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/admin Log-in for the dotCMS]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Branding Guidelines ===&lt;br /&gt;
&lt;br /&gt;
Your website has a certain amount of pre-defined content as part of our standard template. Should you choose to &amp;lt;br/&amp;gt;&lt;br /&gt;
start branding some of your content, you must follow our branding guidelines.  The full documentation is available &amp;lt;br/&amp;gt;&lt;br /&gt;
in WPConnect.  For the most part, you will need to follow the color guides, an example is listed to the right. &lt;br /&gt;
&lt;br /&gt;
[[image:Webcolors.JPG|thumb|right]]&lt;br /&gt;
&lt;br /&gt;
=== Use of Templates ===&lt;br /&gt;
&lt;br /&gt;
Unless otherwise permitted, you must use our standard templates in all of your web pages. &amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Widgets and Special Content ===&lt;br /&gt;
&lt;br /&gt;
At times you may wish to include special content, such as event feeds or slideshows.  We make &amp;lt;br/&amp;gt;&lt;br /&gt;
certain code available to use though Widgets.  Contact use for help in setting up a slideshow or &amp;lt;br/&amp;gt;&lt;br /&gt;
event feed.  You may also choose to &amp;quot;Add Widget&amp;quot; to any content area you wish and follow the &amp;lt;br/&amp;gt;&lt;br /&gt;
form fields to add any public widget we have available.&lt;br /&gt;
&lt;br /&gt;
== Support and Documentation ==&lt;br /&gt;
&lt;br /&gt;
All support and tutorials are available on this wiki and through the Web Help Desk system. &lt;br /&gt;
&lt;br /&gt;
=== Support Tickets ===&lt;br /&gt;
&lt;br /&gt;
All of our CMS support is now handled through the [http://www.wpunj.edu/helpdesk Web Help Desk software]. &lt;br /&gt;
&lt;br /&gt;
To make a request for support please follow the link above, log in, and fill out the ticket request form.&lt;br /&gt;
&lt;br /&gt;
This will route your ticket through the appropriate person for resolution. &lt;br /&gt;
&lt;br /&gt;
Here is an example form filled out, you need to select &amp;quot;Website&amp;quot; for the type of request and then &amp;lt;br/&amp;gt;&lt;br /&gt;
fill out the additional fields.  Please make sure you add the link to the page or website where you &amp;lt;br/&amp;gt;&lt;br /&gt;
are encountering an issue.&lt;br /&gt;
&lt;br /&gt;
[[image:Cmswebhelp.JPG]]&lt;br /&gt;
&lt;br /&gt;
=== Documentation ===&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/2586dcdf-b3d6-4be0-a988-487158b81e93.pdf Accessing and Navigating the CMS [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039; Access CMS using a web browser; Use your WPUNJ credentials to log in; Select Website tab; &lt;br /&gt;
Identify and navigate the CMS (Map)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/daae44a3-6bc1-4414-a56c-dd57ff6dd8b7.pdf Editing Files and Folders [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039;  Access the CMS; Map of files and folders; Creating folders; Creating HTML pages; Adding new content; &lt;br /&gt;
Editing Text; Adding a hyperlink; &amp;lt;br/&amp;gt; Multiple content areas; Loading images and files; Adding a banner image; &lt;br /&gt;
Adding a navigation bar; Finished product; Exit Gently&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/44b4cde0-00e2-4ebc-9576-afeb991b14de.pdf Save/Assign, Save/Publish [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039; Save/assign - adding edited documents to the workflow for approval; Save/publish - review and &lt;br /&gt;
publish edited documents from the workflow&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/0dd7c132-5ef5-4e95-81c6-cc8b4e3cd7b3.pdf Inserting Images and Files [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039; Loading images and files for display on the university webpage&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/7f6ec16d-18eb-4488-96cf-585845df98a2.pdf Creating and editing navigation menus [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039; Designate a file, folder, or link for display on the menu; set menu order; &lt;br /&gt;
create a sub-menu; add a menu to a new webpage&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/b96196ef-6f12-47d8-94d7-3ddab8151951.pdf Creating and editing page banners and labels [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039; Create a new banner; deploy banners; create and edit page labels; delete label&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/2027c03c-6225-4d8d-a1a8-af5b7df2707d.pdf Add a function to the Calendar of Events [pdf]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
[[DotCMS-InlineContentEditing]]&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039; Learn how to use teh inline content editing tools&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Video tutorials ===&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/a2b4b234-0a3b-4fcd-b898-bbc7d01c6ccf.swf dotCMS 2.0 upgrade overview / editing content]&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/a2b4b234-0a3b-4fcd-b898-bbc7d01c6ccf.swf Creating a new webpage] &lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/f48efc2d-deb2-4eb6-94c9-2918b375f79b.swf File upload and linking ( images, pdfs, links )]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:dotCMS]]&lt;br /&gt;
[[Category:help]]&lt;/div&gt;</summary>
		<author><name>Publikb</name></author>
	</entry>
	<entry>
		<id>https://itwiki.wpunj.edu/index.php?title=Main_Page&amp;diff=106</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://itwiki.wpunj.edu/index.php?title=Main_Page&amp;diff=106"/>
		<updated>2012-11-27T17:48:02Z</updated>

		<summary type="html">&lt;p&gt;Publikb: /* Helpful Links */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Welcome to the William Paterson University ITWiki ==&lt;br /&gt;
The ITwiki is the [http://www.wpunj.edu William Paterson University],[http://www.wpunj.edu/it Information Technology] documentation website. All articles and tutorials are presented in [http://www.mediawiki.org MediaWiki] format and released under the [http://www.gnu.org/copyleft/fdl.html GFDL]. While this documentation is free to all, only [http://www.wpunj.edu/it/assets/ITOrgSep2012.pdf Information Technology Staff] members are allowed to edit pages.  If you find an omission or unclear section, please submit a ticket using our [[Web Help Desk]].&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;This will be the primary source of [http://www.wpunj.edu William Paterson University], [http://www.wpunj.edu/it Information Technology] public documentation.  FAQ&#039;s, PDF&#039;s and website documents will be migrated to the ITWiki.&lt;br /&gt;
&lt;br /&gt;
== Helpful Links ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;6&amp;quot; cellspacing=&amp;quot;1&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;1&amp;quot; style=&amp;quot;background:#efefef;&amp;quot; | [[Enterprise Information Services]]&lt;br /&gt;
! colspan=&amp;quot;1&amp;quot; style=&amp;quot;background:#ffdead;&amp;quot; | [[Enterprise Network Services]]&lt;br /&gt;
! colspan=&amp;quot;1&amp;quot; style=&amp;quot;background:#ffdefd;&amp;quot; | [[Enterprise System Services]]&lt;br /&gt;
! colspan=&amp;quot;1&amp;quot; style=&amp;quot;background:#ffddde;&amp;quot; | [[Help Desk]]&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;1&amp;quot; align=&amp;quot;center&amp;quot; | [[DotCMS]] &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| colspan=&amp;quot;4&amp;quot; align=&amp;quot;center&amp;quot; | [[ Web Help Desk]]  &lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Publikb</name></author>
	</entry>
	<entry>
		<id>https://itwiki.wpunj.edu/index.php?title=DotCMS&amp;diff=105</id>
		<title>DotCMS</title>
		<link rel="alternate" type="text/html" href="https://itwiki.wpunj.edu/index.php?title=DotCMS&amp;diff=105"/>
		<updated>2012-11-27T17:18:49Z</updated>

		<summary type="html">&lt;p&gt;Publikb: /* Branding Guidelines */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;dotCMS 2.0 is the Universities content management system for creating and updating webpages. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== For New Users ==&lt;br /&gt;
&lt;br /&gt;
If you have not already received access to your department website, please contact the HELP desk for further instructions.&lt;br /&gt;
&lt;br /&gt;
You can access the dotCMS from any computer, on or off campus. Please start with the documentation below and contact us for further assistance and personal training where required. &lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/admin Log-in for the dotCMS]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Branding Guidelines ===&lt;br /&gt;
&lt;br /&gt;
Your website has a certain amount of pre-defined content as part of our standard template. Should you choose to &amp;lt;br/&amp;gt;&lt;br /&gt;
start branding some of your content, you must follow our branding guidelines.  The full documentation is available &amp;lt;br/&amp;gt;&lt;br /&gt;
in WPConnect.  For the most part, you will need to follow the color guides, an example is listed to the right. &lt;br /&gt;
&lt;br /&gt;
[[image:Webcolors.JPG|thumb|right]]&lt;br /&gt;
&lt;br /&gt;
=== Use of Templates ===&lt;br /&gt;
&lt;br /&gt;
Unless otherwise permitted, you must use our standard templates in all of your web pages. &amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Widgets and Special Content ===&lt;br /&gt;
&lt;br /&gt;
At times you may wish to include special content, such as event feeds or slideshows.  We make &amp;lt;br/&amp;gt;&lt;br /&gt;
certain code available to use though Widgets.  Contact use for help in setting up a slideshow or &amp;lt;br/&amp;gt;&lt;br /&gt;
event feed.  You may also choose to &amp;quot;Add Widget&amp;quot; to any content area you wish and follow the &amp;lt;br/&amp;gt;&lt;br /&gt;
form fields to add any public widget we have available.&lt;br /&gt;
&lt;br /&gt;
== Support and Documentation ==&lt;br /&gt;
&lt;br /&gt;
All support and tutorials are available on this wiki and through the Web Help Desk system. &lt;br /&gt;
&lt;br /&gt;
=== Support Tickets ===&lt;br /&gt;
&lt;br /&gt;
All of our CMS support is now handled through the [http://www.wpunj.edu/helpdesk Web Help Desk software]. &lt;br /&gt;
&lt;br /&gt;
To make a request for support please follow the link above, log in, and fill out the ticket request form.&lt;br /&gt;
&lt;br /&gt;
This will route your ticket through the appropriate person for resolution. &lt;br /&gt;
&lt;br /&gt;
Here is an example form filled out, you need to select &amp;quot;Website&amp;quot; for the type of request and then &amp;lt;br/&amp;gt;&lt;br /&gt;
fill out the additional fields.  Please make sure you add the link to the page or website where you &amp;lt;br/&amp;gt;&lt;br /&gt;
are encountering an issue.&lt;br /&gt;
&lt;br /&gt;
[[image:Cmswebhelp.JPG]]&lt;br /&gt;
&lt;br /&gt;
=== Documentation ===&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/2586dcdf-b3d6-4be0-a988-487158b81e93.pdf Accessing and Navigating the CMS [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039; Access CMS using a web browser; Use your WPUNJ credentials to log in; Select Website tab; &lt;br /&gt;
Identify and navigate the CMS (Map)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/daae44a3-6bc1-4414-a56c-dd57ff6dd8b7.pdf Editing Files and Folders [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039;  Access the CMS; Map of files and folders; Creating folders; Creating HTML pages; Adding new content; &lt;br /&gt;
Editing Text; Adding a hyperlink; &amp;lt;br/&amp;gt; Multiple content areas; Loading images and files; Adding a banner image; &lt;br /&gt;
Adding a navigation bar; Finished product; Exit Gently&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/44b4cde0-00e2-4ebc-9576-afeb991b14de.pdf Save/Assign, Save/Publish [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039; Save/assign - adding edited documents to the workflow for approval; Save/publish - review and &lt;br /&gt;
publish edited documents from the workflow&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/0dd7c132-5ef5-4e95-81c6-cc8b4e3cd7b3.pdf Inserting Images and Files [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039; Loading images and files for display on the university webpage&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/7f6ec16d-18eb-4488-96cf-585845df98a2.pdf Creating and editing navigation menus [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039; Designate a file, folder, or link for display on the menu; set menu order; &lt;br /&gt;
create a sub-menu; add a menu to a new webpage&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/b96196ef-6f12-47d8-94d7-3ddab8151951.pdf Creating and editing page banners and labels [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039; Create a new banner; deploy banners; create and edit page labels; delete label&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/2027c03c-6225-4d8d-a1a8-af5b7df2707d.pdf Add a function to the Calendar of Events [pdf]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
[[DotCMS-InlineContentEditing]]&lt;br /&gt;
&lt;br /&gt;
=== Video tutorials ===&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/a2b4b234-0a3b-4fcd-b898-bbc7d01c6ccf.swf dotCMS 2.0 upgrade overview / editing content]&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/a2b4b234-0a3b-4fcd-b898-bbc7d01c6ccf.swf Creating a new webpage] &lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/f48efc2d-deb2-4eb6-94c9-2918b375f79b.swf File upload and linking ( images, pdfs, links )]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:dotCMS]]&lt;br /&gt;
[[Category:help]]&lt;/div&gt;</summary>
		<author><name>Publikb</name></author>
	</entry>
	<entry>
		<id>https://itwiki.wpunj.edu/index.php?title=Main_Page&amp;diff=104</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://itwiki.wpunj.edu/index.php?title=Main_Page&amp;diff=104"/>
		<updated>2012-11-27T17:10:05Z</updated>

		<summary type="html">&lt;p&gt;Publikb: /* Helpful Links */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Welcome to the William Paterson University ITWiki ==&lt;br /&gt;
The ITwiki is the [http://www.wpunj.edu William Paterson University],[http://www.wpunj.edu/it Information Technology] documentation website. All articles and tutorials are presented in [http://www.mediawiki.org MediaWiki] format and released under the [http://www.gnu.org/copyleft/fdl.html GFDL]. While this documentation is free to all, only [http://www.wpunj.edu/it/assets/ITOrgSep2012.pdf Information Technology Staff] members are allowed to edit pages.  If you find an omission or unclear section, please submit a ticket using our [[Web Help Desk]].&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;This will be the primary source of [http://www.wpunj.edu William Paterson University], [http://www.wpunj.edu/it Information Technology] public documentation.  FAQ&#039;s, PDF&#039;s and website documents will be migrated to the ITWiki.&lt;br /&gt;
&lt;br /&gt;
== Helpful Links ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;6&amp;quot; cellspacing=&amp;quot;1&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;1&amp;quot; style=&amp;quot;background:#efefef;&amp;quot; | [[Enterprise Information Services]]&lt;br /&gt;
! colspan=&amp;quot;1&amp;quot; style=&amp;quot;background:#ffdead;&amp;quot; | [[Enterprise Network Services]]&lt;br /&gt;
! colspan=&amp;quot;1&amp;quot; style=&amp;quot;background:#ffdefd;&amp;quot; | [[Enterprise System Services]]&lt;br /&gt;
! colspan=&amp;quot;1&amp;quot; style=&amp;quot;background:#ffddde;&amp;quot; | [[Help Desk]]&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| colspan=&amp;quot;4&amp;quot; align=&amp;quot;center&amp;quot; | [[ Web Help Desk]] &amp;lt;br/&amp;gt; [[DotCMS]]&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Publikb</name></author>
	</entry>
	<entry>
		<id>https://itwiki.wpunj.edu/index.php?title=Main_Page&amp;diff=103</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://itwiki.wpunj.edu/index.php?title=Main_Page&amp;diff=103"/>
		<updated>2012-11-27T17:09:54Z</updated>

		<summary type="html">&lt;p&gt;Publikb: /* Helpful Links */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Welcome to the William Paterson University ITWiki ==&lt;br /&gt;
The ITwiki is the [http://www.wpunj.edu William Paterson University],[http://www.wpunj.edu/it Information Technology] documentation website. All articles and tutorials are presented in [http://www.mediawiki.org MediaWiki] format and released under the [http://www.gnu.org/copyleft/fdl.html GFDL]. While this documentation is free to all, only [http://www.wpunj.edu/it/assets/ITOrgSep2012.pdf Information Technology Staff] members are allowed to edit pages.  If you find an omission or unclear section, please submit a ticket using our [[Web Help Desk]].&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;This will be the primary source of [http://www.wpunj.edu William Paterson University], [http://www.wpunj.edu/it Information Technology] public documentation.  FAQ&#039;s, PDF&#039;s and website documents will be migrated to the ITWiki.&lt;br /&gt;
&lt;br /&gt;
== Helpful Links ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;6&amp;quot; cellspacing=&amp;quot;1&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;1&amp;quot; style=&amp;quot;background:#efefef;&amp;quot; | [[Enterprise Information Services]]&lt;br /&gt;
! colspan=&amp;quot;1&amp;quot; style=&amp;quot;background:#ffdead;&amp;quot; | [[Enterprise Network Services]]&lt;br /&gt;
! colspan=&amp;quot;1&amp;quot; style=&amp;quot;background:#ffdefd;&amp;quot; | [[Enterprise System Services]]&lt;br /&gt;
! colspan=&amp;quot;1&amp;quot; style=&amp;quot;background:#ffddde;&amp;quot; | [[Help Desk]]&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| colspan=&amp;quot;4&amp;quot; align=&amp;quot;center&amp;quot; | [[ Web Help Desk]] [[DotCMS]]&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Publikb</name></author>
	</entry>
	<entry>
		<id>https://itwiki.wpunj.edu/index.php?title=DotCMS&amp;diff=102</id>
		<title>DotCMS</title>
		<link rel="alternate" type="text/html" href="https://itwiki.wpunj.edu/index.php?title=DotCMS&amp;diff=102"/>
		<updated>2012-11-27T16:53:00Z</updated>

		<summary type="html">&lt;p&gt;Publikb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;dotCMS 2.0 is the Universities content management system for creating and updating webpages. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== For New Users ==&lt;br /&gt;
&lt;br /&gt;
If you have not already received access to your department website, please contact the HELP desk for further instructions.&lt;br /&gt;
&lt;br /&gt;
You can access the dotCMS from any computer, on or off campus. Please start with the documentation below and contact us for further assistance and personal training where required. &lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/admin Log-in for the dotCMS]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Branding Guidelines ===&lt;br /&gt;
&lt;br /&gt;
Your website has a certain amount of pre-defined content as part of our standard template. Should you choose to &amp;lt;br/&amp;gt;&lt;br /&gt;
start branding some of your content, you must follow our branding guidelines.  The full documentation is available &amp;lt;br/&amp;gt;&lt;br /&gt;
in WPConnect.  For the most part, you will need to follow the color guides. &lt;br /&gt;
&lt;br /&gt;
[[image:Webcolors.JPG|thumb|right]]&lt;br /&gt;
&lt;br /&gt;
=== Use of Templates ===&lt;br /&gt;
&lt;br /&gt;
Unless otherwise permitted, you must use our standard templates in all of your web pages. &amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Widgets and Special Content ===&lt;br /&gt;
&lt;br /&gt;
At times you may wish to include special content, such as event feeds or slideshows.  We make &amp;lt;br/&amp;gt;&lt;br /&gt;
certain code available to use though Widgets.  Contact use for help in setting up a slideshow or &amp;lt;br/&amp;gt;&lt;br /&gt;
event feed.  You may also choose to &amp;quot;Add Widget&amp;quot; to any content area you wish and follow the &amp;lt;br/&amp;gt;&lt;br /&gt;
form fields to add any public widget we have available.&lt;br /&gt;
&lt;br /&gt;
== Support and Documentation ==&lt;br /&gt;
&lt;br /&gt;
All support and tutorials are available on this wiki and through the Web Help Desk system. &lt;br /&gt;
&lt;br /&gt;
=== Support Tickets ===&lt;br /&gt;
&lt;br /&gt;
All of our CMS support is now handled through the [http://www.wpunj.edu/helpdesk Web Help Desk software]. &lt;br /&gt;
&lt;br /&gt;
To make a request for support please follow the link above, log in, and fill out the ticket request form.&lt;br /&gt;
&lt;br /&gt;
This will route your ticket through the appropriate person for resolution. &lt;br /&gt;
&lt;br /&gt;
Here is an example form filled out, you need to select &amp;quot;Website&amp;quot; for the type of request and then &amp;lt;br/&amp;gt;&lt;br /&gt;
fill out the additional fields.  Please make sure you add the link to the page or website where you &amp;lt;br/&amp;gt;&lt;br /&gt;
are encountering an issue.&lt;br /&gt;
&lt;br /&gt;
[[image:Cmswebhelp.JPG]]&lt;br /&gt;
&lt;br /&gt;
=== Documentation ===&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/2586dcdf-b3d6-4be0-a988-487158b81e93.pdf Accessing and Navigating the CMS [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039; Access CMS using a web browser; Use your WPUNJ credentials to log in; Select Website tab; &lt;br /&gt;
Identify and navigate the CMS (Map)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/daae44a3-6bc1-4414-a56c-dd57ff6dd8b7.pdf Editing Files and Folders [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039;  Access the CMS; Map of files and folders; Creating folders; Creating HTML pages; Adding new content; &lt;br /&gt;
Editing Text; Adding a hyperlink; &amp;lt;br/&amp;gt; Multiple content areas; Loading images and files; Adding a banner image; &lt;br /&gt;
Adding a navigation bar; Finished product; Exit Gently&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/44b4cde0-00e2-4ebc-9576-afeb991b14de.pdf Save/Assign, Save/Publish [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039; Save/assign - adding edited documents to the workflow for approval; Save/publish - review and &lt;br /&gt;
publish edited documents from the workflow&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/0dd7c132-5ef5-4e95-81c6-cc8b4e3cd7b3.pdf Inserting Images and Files [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039; Loading images and files for display on the university webpage&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/7f6ec16d-18eb-4488-96cf-585845df98a2.pdf Creating and editing navigation menus [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039; Designate a file, folder, or link for display on the menu; set menu order; &lt;br /&gt;
create a sub-menu; add a menu to a new webpage&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/b96196ef-6f12-47d8-94d7-3ddab8151951.pdf Creating and editing page banners and labels [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039; Create a new banner; deploy banners; create and edit page labels; delete label&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/2027c03c-6225-4d8d-a1a8-af5b7df2707d.pdf Add a function to the Calendar of Events [pdf]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
[[DotCMS-InlineContentEditing]]&lt;br /&gt;
&lt;br /&gt;
=== Video tutorials ===&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/a2b4b234-0a3b-4fcd-b898-bbc7d01c6ccf.swf dotCMS 2.0 upgrade overview / editing content]&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/a2b4b234-0a3b-4fcd-b898-bbc7d01c6ccf.swf Creating a new webpage] &lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/f48efc2d-deb2-4eb6-94c9-2918b375f79b.swf File upload and linking ( images, pdfs, links )]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:dotCMS]]&lt;br /&gt;
[[Category:help]]&lt;/div&gt;</summary>
		<author><name>Publikb</name></author>
	</entry>
	<entry>
		<id>https://itwiki.wpunj.edu/index.php?title=DotCMS&amp;diff=101</id>
		<title>DotCMS</title>
		<link rel="alternate" type="text/html" href="https://itwiki.wpunj.edu/index.php?title=DotCMS&amp;diff=101"/>
		<updated>2012-11-27T16:51:43Z</updated>

		<summary type="html">&lt;p&gt;Publikb: /* Support Tickets */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;dotCMS 2.0 is the Universities content management system for creating and updating webpages. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== For New Users ==&lt;br /&gt;
&lt;br /&gt;
If you have not already received access to your department website, please contact the HELP desk for further instructions.&lt;br /&gt;
&lt;br /&gt;
You can access the dotCMS from any computer, on or off campus. Please start with the documentation below and contact us for further assistance and personal training where required. &lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/admin Log-in for the dotCMS]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Branding Guidelines ===&lt;br /&gt;
&lt;br /&gt;
Your website has a certain amount of pre-defined content as part of our standard template. Should you choose to &amp;lt;br/&amp;gt;&lt;br /&gt;
start branding some of your content, you must follow our branding guidelines.  The full documentation is available &amp;lt;br/&amp;gt;&lt;br /&gt;
in WPConnect.  For the most part, you will need to follow the color guides. &lt;br /&gt;
&lt;br /&gt;
[[image:Webcolors.JPG|thumb|right]]&lt;br /&gt;
&lt;br /&gt;
=== Use of Templates ===&lt;br /&gt;
&lt;br /&gt;
Unless otherwise permitted, you must use our standard templates in all of your web pages. &amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Widgets and Special Content ===&lt;br /&gt;
&lt;br /&gt;
At times you may wish to include special content, such as event feeds or slideshows.  We make &amp;lt;br/&amp;gt;&lt;br /&gt;
certain code available to use though Widgets.  Contact use for help in setting up a slideshow or &amp;lt;br/&amp;gt;&lt;br /&gt;
event feed.  You may also choose to &amp;quot;Add Widget&amp;quot; to any content area you wish and follow the &amp;lt;br/&amp;gt;&lt;br /&gt;
form fields to add any public widget we have available.&lt;br /&gt;
&lt;br /&gt;
== Support Tickets ==&lt;br /&gt;
&lt;br /&gt;
All of our CMS support is now handled through the [http://www.wpunj.edu/helpdesk Web Help Desk software]. &lt;br /&gt;
&lt;br /&gt;
To make a request for support please follow the link above, log in, and fill out the ticket request form.&lt;br /&gt;
&lt;br /&gt;
This will route your ticket through the appropriate person for resolution. &lt;br /&gt;
&lt;br /&gt;
Here is an example form filled out, you need to select &amp;quot;Website&amp;quot; for the type of request and then &amp;lt;br/&amp;gt;&lt;br /&gt;
fill out the additional fields.  Please make sure you add the link to the page or website where you &amp;lt;br/&amp;gt;&lt;br /&gt;
are encountering an issue.&lt;br /&gt;
&lt;br /&gt;
[[image:Cmswebhelp.JPG]]&lt;br /&gt;
&lt;br /&gt;
== Support Documentation ==&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/2586dcdf-b3d6-4be0-a988-487158b81e93.pdf Accessing and Navigating the CMS [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039; Access CMS using a web browser; Use your WPUNJ credentials to log in; Select Website tab; &lt;br /&gt;
Identify and navigate the CMS (Map)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/daae44a3-6bc1-4414-a56c-dd57ff6dd8b7.pdf Editing Files and Folders [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039;  Access the CMS; Map of files and folders; Creating folders; Creating HTML pages; Adding new content; &lt;br /&gt;
Editing Text; Adding a hyperlink; &amp;lt;br/&amp;gt; Multiple content areas; Loading images and files; Adding a banner image; &lt;br /&gt;
Adding a navigation bar; Finished product; Exit Gently&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/44b4cde0-00e2-4ebc-9576-afeb991b14de.pdf Save/Assign, Save/Publish [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039; Save/assign - adding edited documents to the workflow for approval; Save/publish - review and &lt;br /&gt;
publish edited documents from the workflow&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/0dd7c132-5ef5-4e95-81c6-cc8b4e3cd7b3.pdf Inserting Images and Files [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039; Loading images and files for display on the university webpage&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/7f6ec16d-18eb-4488-96cf-585845df98a2.pdf Creating and editing navigation menus [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039; Designate a file, folder, or link for display on the menu; set menu order; &lt;br /&gt;
create a sub-menu; add a menu to a new webpage&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/b96196ef-6f12-47d8-94d7-3ddab8151951.pdf Creating and editing page banners and labels [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039; Create a new banner; deploy banners; create and edit page labels; delete label&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/2027c03c-6225-4d8d-a1a8-af5b7df2707d.pdf Add a function to the Calendar of Events [pdf]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
[[DotCMS-InlineContentEditing]]&lt;br /&gt;
&lt;br /&gt;
== Video tutorials ==&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/a2b4b234-0a3b-4fcd-b898-bbc7d01c6ccf.swf dotCMS 2.0 upgrade overview / editing content]&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/a2b4b234-0a3b-4fcd-b898-bbc7d01c6ccf.swf Creating a new webpage] &lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/f48efc2d-deb2-4eb6-94c9-2918b375f79b.swf File upload and linking ( images, pdfs, links )]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:dotCMS]]&lt;br /&gt;
[[Category:help]]&lt;/div&gt;</summary>
		<author><name>Publikb</name></author>
	</entry>
	<entry>
		<id>https://itwiki.wpunj.edu/index.php?title=DotCMS&amp;diff=100</id>
		<title>DotCMS</title>
		<link rel="alternate" type="text/html" href="https://itwiki.wpunj.edu/index.php?title=DotCMS&amp;diff=100"/>
		<updated>2012-11-27T16:49:33Z</updated>

		<summary type="html">&lt;p&gt;Publikb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;dotCMS 2.0 is the Universities content management system for creating and updating webpages. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== For New Users ==&lt;br /&gt;
&lt;br /&gt;
If you have not already received access to your department website, please contact the HELP desk for further instructions.&lt;br /&gt;
&lt;br /&gt;
You can access the dotCMS from any computer, on or off campus. Please start with the documentation below and contact us for further assistance and personal training where required. &lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/admin Log-in for the dotCMS]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Branding Guidelines ===&lt;br /&gt;
&lt;br /&gt;
Your website has a certain amount of pre-defined content as part of our standard template. Should you choose to &amp;lt;br/&amp;gt;&lt;br /&gt;
start branding some of your content, you must follow our branding guidelines.  The full documentation is available &amp;lt;br/&amp;gt;&lt;br /&gt;
in WPConnect.  For the most part, you will need to follow the color guides. &lt;br /&gt;
&lt;br /&gt;
[[image:Webcolors.JPG|thumb|right]]&lt;br /&gt;
&lt;br /&gt;
=== Use of Templates ===&lt;br /&gt;
&lt;br /&gt;
Unless otherwise permitted, you must use our standard templates in all of your web pages. &amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Widgets and Special Content ===&lt;br /&gt;
&lt;br /&gt;
At times you may wish to include special content, such as event feeds or slideshows.  We make &amp;lt;br/&amp;gt;&lt;br /&gt;
certain code available to use though Widgets.  Contact use for help in setting up a slideshow or &amp;lt;br/&amp;gt;&lt;br /&gt;
event feed.  You may also choose to &amp;quot;Add Widget&amp;quot; to any content area you wish and follow the &amp;lt;br/&amp;gt;&lt;br /&gt;
form fields to add any public widget we have available.&lt;br /&gt;
&lt;br /&gt;
== Support Tickets ==&lt;br /&gt;
&lt;br /&gt;
All of our CMS support is now handled through the Web Help Desk software. &lt;br /&gt;
&lt;br /&gt;
To make a request for support please follow the link above, log in, and fill out the ticket request form.&lt;br /&gt;
&lt;br /&gt;
This will route your ticket through the appropriate person for resolution. &lt;br /&gt;
&lt;br /&gt;
Here is an example form . &lt;br /&gt;
&lt;br /&gt;
[[image:Cmswebhelp.JPG]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Support Documentation ==&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/2586dcdf-b3d6-4be0-a988-487158b81e93.pdf Accessing and Navigating the CMS [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039; Access CMS using a web browser; Use your WPUNJ credentials to log in; Select Website tab; &lt;br /&gt;
Identify and navigate the CMS (Map)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/daae44a3-6bc1-4414-a56c-dd57ff6dd8b7.pdf Editing Files and Folders [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039;  Access the CMS; Map of files and folders; Creating folders; Creating HTML pages; Adding new content; &lt;br /&gt;
Editing Text; Adding a hyperlink; &amp;lt;br/&amp;gt; Multiple content areas; Loading images and files; Adding a banner image; &lt;br /&gt;
Adding a navigation bar; Finished product; Exit Gently&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/44b4cde0-00e2-4ebc-9576-afeb991b14de.pdf Save/Assign, Save/Publish [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039; Save/assign - adding edited documents to the workflow for approval; Save/publish - review and &lt;br /&gt;
publish edited documents from the workflow&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/0dd7c132-5ef5-4e95-81c6-cc8b4e3cd7b3.pdf Inserting Images and Files [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039; Loading images and files for display on the university webpage&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/7f6ec16d-18eb-4488-96cf-585845df98a2.pdf Creating and editing navigation menus [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039; Designate a file, folder, or link for display on the menu; set menu order; &lt;br /&gt;
create a sub-menu; add a menu to a new webpage&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/b96196ef-6f12-47d8-94d7-3ddab8151951.pdf Creating and editing page banners and labels [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039; Create a new banner; deploy banners; create and edit page labels; delete label&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/2027c03c-6225-4d8d-a1a8-af5b7df2707d.pdf Add a function to the Calendar of Events [pdf]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
[[DotCMS-InlineContentEditing]]&lt;br /&gt;
&lt;br /&gt;
== Video tutorials ==&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/a2b4b234-0a3b-4fcd-b898-bbc7d01c6ccf.swf dotCMS 2.0 upgrade overview / editing content]&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/a2b4b234-0a3b-4fcd-b898-bbc7d01c6ccf.swf Creating a new webpage] &lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/f48efc2d-deb2-4eb6-94c9-2918b375f79b.swf File upload and linking ( images, pdfs, links )]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:dotCMS]]&lt;br /&gt;
[[Category:help]]&lt;/div&gt;</summary>
		<author><name>Publikb</name></author>
	</entry>
	<entry>
		<id>https://itwiki.wpunj.edu/index.php?title=File:Cmswebhelp.JPG&amp;diff=99</id>
		<title>File:Cmswebhelp.JPG</title>
		<link rel="alternate" type="text/html" href="https://itwiki.wpunj.edu/index.php?title=File:Cmswebhelp.JPG&amp;diff=99"/>
		<updated>2012-11-27T16:47:51Z</updated>

		<summary type="html">&lt;p&gt;Publikb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Publikb</name></author>
	</entry>
	<entry>
		<id>https://itwiki.wpunj.edu/index.php?title=DotCMS&amp;diff=98</id>
		<title>DotCMS</title>
		<link rel="alternate" type="text/html" href="https://itwiki.wpunj.edu/index.php?title=DotCMS&amp;diff=98"/>
		<updated>2012-11-27T16:45:13Z</updated>

		<summary type="html">&lt;p&gt;Publikb: /* For New Users */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;dotCMS 2.0 is the Universities content management system for creating and updating webpages. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== For New Users ==&lt;br /&gt;
&lt;br /&gt;
If you have not already received access to your department website, please contact the HELP desk for further instructions.&lt;br /&gt;
&lt;br /&gt;
You can access the dotCMS from any computer, on or off campus. Please start with the documentation below and contact us for further assistance and personal training where required. &lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/admin Log-in for the dotCMS]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Branding Guidelines ===&lt;br /&gt;
&lt;br /&gt;
Your website has a certain amount of pre-defined content as part of our standard template. Should you choose to &amp;lt;br/&amp;gt;&lt;br /&gt;
start branding some of your content, you must follow our branding guidelines.  The full documentation is available &amp;lt;br/&amp;gt;&lt;br /&gt;
in WPConnect.  For the most part, you will need to follow the color guides. &lt;br /&gt;
&lt;br /&gt;
[[image:Webcolors.JPG|thumb|right]]&lt;br /&gt;
&lt;br /&gt;
=== Use of Templates ===&lt;br /&gt;
&lt;br /&gt;
Unless otherwise permitted, you must use our standard templates in all of your web pages. &amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Widgets and Special Content ===&lt;br /&gt;
&lt;br /&gt;
At times you may wish to include special content, such as event feeds or slideshows.  We make &amp;lt;br/&amp;gt;&lt;br /&gt;
certain code available to use though Widgets.  Contact use for help in setting up a slideshow or &amp;lt;br/&amp;gt;&lt;br /&gt;
event feed.  You may also choose to &amp;quot;Add Widget&amp;quot; to any content area you wish and follow the &amp;lt;br/&amp;gt;&lt;br /&gt;
form fields to add any public widget we have available.&lt;br /&gt;
&lt;br /&gt;
== Support Documentation ==&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/2586dcdf-b3d6-4be0-a988-487158b81e93.pdf Accessing and Navigating the CMS [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039; Access CMS using a web browser; Use your WPUNJ credentials to log in; Select Website tab; &lt;br /&gt;
Identify and navigate the CMS (Map)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/daae44a3-6bc1-4414-a56c-dd57ff6dd8b7.pdf Editing Files and Folders [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039;  Access the CMS; Map of files and folders; Creating folders; Creating HTML pages; Adding new content; &lt;br /&gt;
Editing Text; Adding a hyperlink; &amp;lt;br/&amp;gt; Multiple content areas; Loading images and files; Adding a banner image; &lt;br /&gt;
Adding a navigation bar; Finished product; Exit Gently&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/44b4cde0-00e2-4ebc-9576-afeb991b14de.pdf Save/Assign, Save/Publish [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039; Save/assign - adding edited documents to the workflow for approval; Save/publish - review and &lt;br /&gt;
publish edited documents from the workflow&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/0dd7c132-5ef5-4e95-81c6-cc8b4e3cd7b3.pdf Inserting Images and Files [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039; Loading images and files for display on the university webpage&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/7f6ec16d-18eb-4488-96cf-585845df98a2.pdf Creating and editing navigation menus [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039; Designate a file, folder, or link for display on the menu; set menu order; &lt;br /&gt;
create a sub-menu; add a menu to a new webpage&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/b96196ef-6f12-47d8-94d7-3ddab8151951.pdf Creating and editing page banners and labels [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039; Create a new banner; deploy banners; create and edit page labels; delete label&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/2027c03c-6225-4d8d-a1a8-af5b7df2707d.pdf Add a function to the Calendar of Events [pdf]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
[[DotCMS-InlineContentEditing]]&lt;br /&gt;
&lt;br /&gt;
== Video tutorials ==&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/a2b4b234-0a3b-4fcd-b898-bbc7d01c6ccf.swf dotCMS 2.0 upgrade overview / editing content]&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/a2b4b234-0a3b-4fcd-b898-bbc7d01c6ccf.swf Creating a new webpage] &lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/f48efc2d-deb2-4eb6-94c9-2918b375f79b.swf File upload and linking ( images, pdfs, links )]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:dotCMS]]&lt;br /&gt;
[[Category:help]]&lt;/div&gt;</summary>
		<author><name>Publikb</name></author>
	</entry>
	<entry>
		<id>https://itwiki.wpunj.edu/index.php?title=DotCMS&amp;diff=97</id>
		<title>DotCMS</title>
		<link rel="alternate" type="text/html" href="https://itwiki.wpunj.edu/index.php?title=DotCMS&amp;diff=97"/>
		<updated>2012-11-27T16:44:51Z</updated>

		<summary type="html">&lt;p&gt;Publikb: /* For New Users */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;dotCMS 2.0 is the Universities content management system for creating and updating webpages. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== For New Users ==&lt;br /&gt;
&lt;br /&gt;
If you have not already received access to your department website, please contact the HELP desk for further instructions.&lt;br /&gt;
&lt;br /&gt;
You can access the dotCMS from any computer, on or off campus. Please start with the documentation below and contact us for further assistance and personal training where required. &lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/admin Log-in for the dotCMS]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Branding Guidelines ===&lt;br /&gt;
&lt;br /&gt;
Your website has a certain amount of pre-defined content as part of our standard template. Should you choose to &amp;lt;br/&amp;gt;&lt;br /&gt;
start branding some of your content, you must follow our branding guidelines.  The full documentation is available &amp;lt;br/&amp;gt;&lt;br /&gt;
in WPConnect.  For the most part, you will need to follow the color guides. &lt;br /&gt;
&lt;br /&gt;
[[image:Webcolors.JPG|thumb|right]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Use of Templates ===&lt;br /&gt;
&lt;br /&gt;
Unless otherwise permitted, you must use our standard templates in all of your web pages. &amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Widgets and Special Content ===&lt;br /&gt;
&lt;br /&gt;
At times you may wish to include special content, such as event feeds or slideshows.  We make &amp;lt;br/&amp;gt;&lt;br /&gt;
certain code available to use though Widgets.  Contact use for help in setting up a slideshow or &amp;lt;br/&amp;gt;&lt;br /&gt;
event feed.  You may also choose to &amp;quot;Add Widget&amp;quot; to any content area you wish and follow the &amp;lt;br/&amp;gt;&lt;br /&gt;
form fields to add any public widget we have available.&lt;br /&gt;
&lt;br /&gt;
== Support Documentation ==&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/2586dcdf-b3d6-4be0-a988-487158b81e93.pdf Accessing and Navigating the CMS [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039; Access CMS using a web browser; Use your WPUNJ credentials to log in; Select Website tab; &lt;br /&gt;
Identify and navigate the CMS (Map)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/daae44a3-6bc1-4414-a56c-dd57ff6dd8b7.pdf Editing Files and Folders [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039;  Access the CMS; Map of files and folders; Creating folders; Creating HTML pages; Adding new content; &lt;br /&gt;
Editing Text; Adding a hyperlink; &amp;lt;br/&amp;gt; Multiple content areas; Loading images and files; Adding a banner image; &lt;br /&gt;
Adding a navigation bar; Finished product; Exit Gently&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/44b4cde0-00e2-4ebc-9576-afeb991b14de.pdf Save/Assign, Save/Publish [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039; Save/assign - adding edited documents to the workflow for approval; Save/publish - review and &lt;br /&gt;
publish edited documents from the workflow&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/0dd7c132-5ef5-4e95-81c6-cc8b4e3cd7b3.pdf Inserting Images and Files [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039; Loading images and files for display on the university webpage&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/7f6ec16d-18eb-4488-96cf-585845df98a2.pdf Creating and editing navigation menus [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039; Designate a file, folder, or link for display on the menu; set menu order; &lt;br /&gt;
create a sub-menu; add a menu to a new webpage&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/b96196ef-6f12-47d8-94d7-3ddab8151951.pdf Creating and editing page banners and labels [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039; Create a new banner; deploy banners; create and edit page labels; delete label&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/2027c03c-6225-4d8d-a1a8-af5b7df2707d.pdf Add a function to the Calendar of Events [pdf]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
[[DotCMS-InlineContentEditing]]&lt;br /&gt;
&lt;br /&gt;
== Video tutorials ==&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/a2b4b234-0a3b-4fcd-b898-bbc7d01c6ccf.swf dotCMS 2.0 upgrade overview / editing content]&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/a2b4b234-0a3b-4fcd-b898-bbc7d01c6ccf.swf Creating a new webpage] &lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/f48efc2d-deb2-4eb6-94c9-2918b375f79b.swf File upload and linking ( images, pdfs, links )]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:dotCMS]]&lt;br /&gt;
[[Category:help]]&lt;/div&gt;</summary>
		<author><name>Publikb</name></author>
	</entry>
	<entry>
		<id>https://itwiki.wpunj.edu/index.php?title=DotCMS&amp;diff=96</id>
		<title>DotCMS</title>
		<link rel="alternate" type="text/html" href="https://itwiki.wpunj.edu/index.php?title=DotCMS&amp;diff=96"/>
		<updated>2012-11-27T16:42:07Z</updated>

		<summary type="html">&lt;p&gt;Publikb: /* Support Documentation : */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;dotCMS 2.0 is the Universities content management system for creating and updating webpages. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== For New Users ==&lt;br /&gt;
&lt;br /&gt;
If you have not already received access to your department website, please contact the HELP desk for further instructions.&lt;br /&gt;
&lt;br /&gt;
You can access the dotCMS from any computer, on or off campus. Please start with the documentation below and contact us for further assistance and personal training where required. &lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/admin Log-in for the dotCMS]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Branding Guidelines ===&lt;br /&gt;
&lt;br /&gt;
Your website has a certain amount of pre-defined content as part of our standard template. Should you choose to &amp;lt;br/&amp;gt;&lt;br /&gt;
start branding some of your content, you must follow our branding guidelines.  The full documentation is available &amp;lt;br/&amp;gt;&lt;br /&gt;
in WPConnect.  For the most part, you will need to follow the color guides. &lt;br /&gt;
&lt;br /&gt;
[[image:Webcolors.JPG|thumb|right]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Use of Templates ===&lt;br /&gt;
&lt;br /&gt;
Unless otherwise permitted, you must use our standard templates in all of your web pages. &amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Support Documentation ==&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/2586dcdf-b3d6-4be0-a988-487158b81e93.pdf Accessing and Navigating the CMS [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039; Access CMS using a web browser; Use your WPUNJ credentials to log in; Select Website tab; &lt;br /&gt;
Identify and navigate the CMS (Map)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/daae44a3-6bc1-4414-a56c-dd57ff6dd8b7.pdf Editing Files and Folders [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039;  Access the CMS; Map of files and folders; Creating folders; Creating HTML pages; Adding new content; &lt;br /&gt;
Editing Text; Adding a hyperlink; &amp;lt;br/&amp;gt; Multiple content areas; Loading images and files; Adding a banner image; &lt;br /&gt;
Adding a navigation bar; Finished product; Exit Gently&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/44b4cde0-00e2-4ebc-9576-afeb991b14de.pdf Save/Assign, Save/Publish [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039; Save/assign - adding edited documents to the workflow for approval; Save/publish - review and &lt;br /&gt;
publish edited documents from the workflow&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/0dd7c132-5ef5-4e95-81c6-cc8b4e3cd7b3.pdf Inserting Images and Files [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039; Loading images and files for display on the university webpage&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/7f6ec16d-18eb-4488-96cf-585845df98a2.pdf Creating and editing navigation menus [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039; Designate a file, folder, or link for display on the menu; set menu order; &lt;br /&gt;
create a sub-menu; add a menu to a new webpage&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/b96196ef-6f12-47d8-94d7-3ddab8151951.pdf Creating and editing page banners and labels [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039; Create a new banner; deploy banners; create and edit page labels; delete label&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/2027c03c-6225-4d8d-a1a8-af5b7df2707d.pdf Add a function to the Calendar of Events [pdf]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
[[DotCMS-InlineContentEditing]]&lt;br /&gt;
&lt;br /&gt;
== Video tutorials ==&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/a2b4b234-0a3b-4fcd-b898-bbc7d01c6ccf.swf dotCMS 2.0 upgrade overview / editing content]&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/a2b4b234-0a3b-4fcd-b898-bbc7d01c6ccf.swf Creating a new webpage] &lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/f48efc2d-deb2-4eb6-94c9-2918b375f79b.swf File upload and linking ( images, pdfs, links )]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:dotCMS]]&lt;br /&gt;
[[Category:help]]&lt;/div&gt;</summary>
		<author><name>Publikb</name></author>
	</entry>
	<entry>
		<id>https://itwiki.wpunj.edu/index.php?title=DotCMS&amp;diff=95</id>
		<title>DotCMS</title>
		<link rel="alternate" type="text/html" href="https://itwiki.wpunj.edu/index.php?title=DotCMS&amp;diff=95"/>
		<updated>2012-11-27T16:41:35Z</updated>

		<summary type="html">&lt;p&gt;Publikb: /* For New Users */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;dotCMS 2.0 is the Universities content management system for creating and updating webpages. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== For New Users ==&lt;br /&gt;
&lt;br /&gt;
If you have not already received access to your department website, please contact the HELP desk for further instructions.&lt;br /&gt;
&lt;br /&gt;
You can access the dotCMS from any computer, on or off campus. Please start with the documentation below and contact us for further assistance and personal training where required. &lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/admin Log-in for the dotCMS]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Branding Guidelines ===&lt;br /&gt;
&lt;br /&gt;
Your website has a certain amount of pre-defined content as part of our standard template. Should you choose to &amp;lt;br/&amp;gt;&lt;br /&gt;
start branding some of your content, you must follow our branding guidelines.  The full documentation is available &amp;lt;br/&amp;gt;&lt;br /&gt;
in WPConnect.  For the most part, you will need to follow the color guides. &lt;br /&gt;
&lt;br /&gt;
[[image:Webcolors.JPG|thumb|right]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Use of Templates ===&lt;br /&gt;
&lt;br /&gt;
Unless otherwise permitted, you must use our standard templates in all of your web pages. &amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Support Documentation : ==&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/2586dcdf-b3d6-4be0-a988-487158b81e93.pdf Accessing and Navigating the CMS [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039; Access CMS using a web browser; Use your WPUNJ credentials to log in; Select Website tab; &lt;br /&gt;
Identify and navigate the CMS (Map)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/daae44a3-6bc1-4414-a56c-dd57ff6dd8b7.pdf Editing Files and Folders [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039;  Access the CMS; Map of files and folders; Creating folders; Creating HTML pages; Adding new content; &lt;br /&gt;
Editing Text; Adding a hyperlink; &amp;lt;br/&amp;gt; Multiple content areas; Loading images and files; Adding a banner image; &lt;br /&gt;
Adding a navigation bar; Finished product; Exit Gently&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/44b4cde0-00e2-4ebc-9576-afeb991b14de.pdf Save/Assign, Save/Publish [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039; Save/assign - adding edited documents to the workflow for approval; Save/publish - review and &lt;br /&gt;
publish edited documents from the workflow&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/0dd7c132-5ef5-4e95-81c6-cc8b4e3cd7b3.pdf Inserting Images and Files [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039; Loading images and files for display on the university webpage&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/7f6ec16d-18eb-4488-96cf-585845df98a2.pdf Creating and editing navigation menus [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039; Designate a file, folder, or link for display on the menu; set menu order; &lt;br /&gt;
create a sub-menu; add a menu to a new webpage&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/b96196ef-6f12-47d8-94d7-3ddab8151951.pdf Creating and editing page banners and labels [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039; Create a new banner; deploy banners; create and edit page labels; delete label&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/2027c03c-6225-4d8d-a1a8-af5b7df2707d.pdf Add a function to the Calendar of Events [pdf]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
[[DotCMS-InlineContentEditing]]&lt;br /&gt;
&lt;br /&gt;
== Video tutorials ==&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/a2b4b234-0a3b-4fcd-b898-bbc7d01c6ccf.swf dotCMS 2.0 upgrade overview / editing content]&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/a2b4b234-0a3b-4fcd-b898-bbc7d01c6ccf.swf Creating a new webpage] &lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/f48efc2d-deb2-4eb6-94c9-2918b375f79b.swf File upload and linking ( images, pdfs, links )]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:dotCMS]]&lt;br /&gt;
[[Category:help]]&lt;/div&gt;</summary>
		<author><name>Publikb</name></author>
	</entry>
	<entry>
		<id>https://itwiki.wpunj.edu/index.php?title=DotCMS&amp;diff=94</id>
		<title>DotCMS</title>
		<link rel="alternate" type="text/html" href="https://itwiki.wpunj.edu/index.php?title=DotCMS&amp;diff=94"/>
		<updated>2012-11-27T16:40:25Z</updated>

		<summary type="html">&lt;p&gt;Publikb: /* Branding Guidelines */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;dotCMS 2.0 is the Universities content management system for creating and updating webpages. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== For New Users ==&lt;br /&gt;
&lt;br /&gt;
If you have not already received access to your department website, please contact the HELP desk for further instructions.&lt;br /&gt;
&lt;br /&gt;
You can access the dotCMS from any computer, on or off campus. Please start with the documentation below and contact us for further assistance and personal training where required. &lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/admin Log-in for the dotCMS]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Branding Guidelines ===&lt;br /&gt;
&lt;br /&gt;
Your website has a certain amount of pre-defined content as part of our standard template. Should you choose to &amp;lt;br/&amp;gt;&lt;br /&gt;
start branding some of your content, you must follow our branding guidelines.  The full documentation is available &amp;lt;br/&amp;gt;&lt;br /&gt;
in WPConnect.  For the most part, you will need to follow the color guides. &lt;br /&gt;
&lt;br /&gt;
[[image:Webcolors.JPG|thumb|right]]&lt;br /&gt;
&lt;br /&gt;
== Support Documentation : ==&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/2586dcdf-b3d6-4be0-a988-487158b81e93.pdf Accessing and Navigating the CMS [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039; Access CMS using a web browser; Use your WPUNJ credentials to log in; Select Website tab; &lt;br /&gt;
Identify and navigate the CMS (Map)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/daae44a3-6bc1-4414-a56c-dd57ff6dd8b7.pdf Editing Files and Folders [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039;  Access the CMS; Map of files and folders; Creating folders; Creating HTML pages; Adding new content; &lt;br /&gt;
Editing Text; Adding a hyperlink; &amp;lt;br/&amp;gt; Multiple content areas; Loading images and files; Adding a banner image; &lt;br /&gt;
Adding a navigation bar; Finished product; Exit Gently&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/44b4cde0-00e2-4ebc-9576-afeb991b14de.pdf Save/Assign, Save/Publish [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039; Save/assign - adding edited documents to the workflow for approval; Save/publish - review and &lt;br /&gt;
publish edited documents from the workflow&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/0dd7c132-5ef5-4e95-81c6-cc8b4e3cd7b3.pdf Inserting Images and Files [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039; Loading images and files for display on the university webpage&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/7f6ec16d-18eb-4488-96cf-585845df98a2.pdf Creating and editing navigation menus [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039; Designate a file, folder, or link for display on the menu; set menu order; &lt;br /&gt;
create a sub-menu; add a menu to a new webpage&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/b96196ef-6f12-47d8-94d7-3ddab8151951.pdf Creating and editing page banners and labels [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039; Create a new banner; deploy banners; create and edit page labels; delete label&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/2027c03c-6225-4d8d-a1a8-af5b7df2707d.pdf Add a function to the Calendar of Events [pdf]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
[[DotCMS-InlineContentEditing]]&lt;br /&gt;
&lt;br /&gt;
== Video tutorials ==&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/a2b4b234-0a3b-4fcd-b898-bbc7d01c6ccf.swf dotCMS 2.0 upgrade overview / editing content]&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/a2b4b234-0a3b-4fcd-b898-bbc7d01c6ccf.swf Creating a new webpage] &lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/f48efc2d-deb2-4eb6-94c9-2918b375f79b.swf File upload and linking ( images, pdfs, links )]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:dotCMS]]&lt;br /&gt;
[[Category:help]]&lt;/div&gt;</summary>
		<author><name>Publikb</name></author>
	</entry>
	<entry>
		<id>https://itwiki.wpunj.edu/index.php?title=DotCMS&amp;diff=93</id>
		<title>DotCMS</title>
		<link rel="alternate" type="text/html" href="https://itwiki.wpunj.edu/index.php?title=DotCMS&amp;diff=93"/>
		<updated>2012-11-27T16:39:34Z</updated>

		<summary type="html">&lt;p&gt;Publikb: /* For New Users */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;dotCMS 2.0 is the Universities content management system for creating and updating webpages. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== For New Users ==&lt;br /&gt;
&lt;br /&gt;
If you have not already received access to your department website, please contact the HELP desk for further instructions.&lt;br /&gt;
&lt;br /&gt;
You can access the dotCMS from any computer, on or off campus. Please start with the documentation below and contact us for further assistance and personal training where required. &lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/admin Log-in for the dotCMS]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Branding Guidelines ===&lt;br /&gt;
&lt;br /&gt;
Your website has a certain amount of pre-defined content as part of our standard template. Should you choose to &amp;lt;br/&amp;gt;&lt;br /&gt;
start branding some of your content, you must follow our branding guidelines.  The full documentation is available &amp;lt;br/&amp;gt;&lt;br /&gt;
in WPConnect.  For the most part, you will need to follow the color guides. &lt;br /&gt;
&lt;br /&gt;
[[image:WebColors.jpg|thumb|right]]&lt;br /&gt;
&lt;br /&gt;
== Support Documentation : ==&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/2586dcdf-b3d6-4be0-a988-487158b81e93.pdf Accessing and Navigating the CMS [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039; Access CMS using a web browser; Use your WPUNJ credentials to log in; Select Website tab; &lt;br /&gt;
Identify and navigate the CMS (Map)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/daae44a3-6bc1-4414-a56c-dd57ff6dd8b7.pdf Editing Files and Folders [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039;  Access the CMS; Map of files and folders; Creating folders; Creating HTML pages; Adding new content; &lt;br /&gt;
Editing Text; Adding a hyperlink; &amp;lt;br/&amp;gt; Multiple content areas; Loading images and files; Adding a banner image; &lt;br /&gt;
Adding a navigation bar; Finished product; Exit Gently&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/44b4cde0-00e2-4ebc-9576-afeb991b14de.pdf Save/Assign, Save/Publish [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039; Save/assign - adding edited documents to the workflow for approval; Save/publish - review and &lt;br /&gt;
publish edited documents from the workflow&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/0dd7c132-5ef5-4e95-81c6-cc8b4e3cd7b3.pdf Inserting Images and Files [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039; Loading images and files for display on the university webpage&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/7f6ec16d-18eb-4488-96cf-585845df98a2.pdf Creating and editing navigation menus [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039; Designate a file, folder, or link for display on the menu; set menu order; &lt;br /&gt;
create a sub-menu; add a menu to a new webpage&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/b96196ef-6f12-47d8-94d7-3ddab8151951.pdf Creating and editing page banners and labels [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039; Create a new banner; deploy banners; create and edit page labels; delete label&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/2027c03c-6225-4d8d-a1a8-af5b7df2707d.pdf Add a function to the Calendar of Events [pdf]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
[[DotCMS-InlineContentEditing]]&lt;br /&gt;
&lt;br /&gt;
== Video tutorials ==&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/a2b4b234-0a3b-4fcd-b898-bbc7d01c6ccf.swf dotCMS 2.0 upgrade overview / editing content]&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/a2b4b234-0a3b-4fcd-b898-bbc7d01c6ccf.swf Creating a new webpage] &lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/f48efc2d-deb2-4eb6-94c9-2918b375f79b.swf File upload and linking ( images, pdfs, links )]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:dotCMS]]&lt;br /&gt;
[[Category:help]]&lt;/div&gt;</summary>
		<author><name>Publikb</name></author>
	</entry>
	<entry>
		<id>https://itwiki.wpunj.edu/index.php?title=File:Webcolors.JPG&amp;diff=92</id>
		<title>File:Webcolors.JPG</title>
		<link rel="alternate" type="text/html" href="https://itwiki.wpunj.edu/index.php?title=File:Webcolors.JPG&amp;diff=92"/>
		<updated>2012-11-27T16:37:12Z</updated>

		<summary type="html">&lt;p&gt;Publikb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Publikb</name></author>
	</entry>
	<entry>
		<id>https://itwiki.wpunj.edu/index.php?title=DotCMS&amp;diff=91</id>
		<title>DotCMS</title>
		<link rel="alternate" type="text/html" href="https://itwiki.wpunj.edu/index.php?title=DotCMS&amp;diff=91"/>
		<updated>2012-11-27T16:31:01Z</updated>

		<summary type="html">&lt;p&gt;Publikb: /* Support Documentation : */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;dotCMS 2.0 is the Universities content management system for creating and updating webpages. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== For New Users ==&lt;br /&gt;
&lt;br /&gt;
If you have not already received access to your department website, please contact the HELP desk for further instructions.&lt;br /&gt;
&lt;br /&gt;
You can access the dotCMS from any computer, on or off campus. Please start with the documentation below and contact us for further assistance and personal training where required. &lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/admin Log-in for the dotCMS]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Support Documentation : ==&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/2586dcdf-b3d6-4be0-a988-487158b81e93.pdf Accessing and Navigating the CMS [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039; Access CMS using a web browser; Use your WPUNJ credentials to log in; Select Website tab; &lt;br /&gt;
Identify and navigate the CMS (Map)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/daae44a3-6bc1-4414-a56c-dd57ff6dd8b7.pdf Editing Files and Folders [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039;  Access the CMS; Map of files and folders; Creating folders; Creating HTML pages; Adding new content; &lt;br /&gt;
Editing Text; Adding a hyperlink; &amp;lt;br/&amp;gt; Multiple content areas; Loading images and files; Adding a banner image; &lt;br /&gt;
Adding a navigation bar; Finished product; Exit Gently&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/44b4cde0-00e2-4ebc-9576-afeb991b14de.pdf Save/Assign, Save/Publish [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039; Save/assign - adding edited documents to the workflow for approval; Save/publish - review and &lt;br /&gt;
publish edited documents from the workflow&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/0dd7c132-5ef5-4e95-81c6-cc8b4e3cd7b3.pdf Inserting Images and Files [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039; Loading images and files for display on the university webpage&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/7f6ec16d-18eb-4488-96cf-585845df98a2.pdf Creating and editing navigation menus [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039; Designate a file, folder, or link for display on the menu; set menu order; &lt;br /&gt;
create a sub-menu; add a menu to a new webpage&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/b96196ef-6f12-47d8-94d7-3ddab8151951.pdf Creating and editing page banners and labels [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039; Create a new banner; deploy banners; create and edit page labels; delete label&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/2027c03c-6225-4d8d-a1a8-af5b7df2707d.pdf Add a function to the Calendar of Events [pdf]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
[[DotCMS-InlineContentEditing]]&lt;br /&gt;
&lt;br /&gt;
== Video tutorials ==&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/a2b4b234-0a3b-4fcd-b898-bbc7d01c6ccf.swf dotCMS 2.0 upgrade overview / editing content]&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/a2b4b234-0a3b-4fcd-b898-bbc7d01c6ccf.swf Creating a new webpage] &lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/f48efc2d-deb2-4eb6-94c9-2918b375f79b.swf File upload and linking ( images, pdfs, links )]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:dotCMS]]&lt;br /&gt;
[[Category:help]]&lt;/div&gt;</summary>
		<author><name>Publikb</name></author>
	</entry>
	<entry>
		<id>https://itwiki.wpunj.edu/index.php?title=DotCMS-InlineContentEditing&amp;diff=90</id>
		<title>DotCMS-InlineContentEditing</title>
		<link rel="alternate" type="text/html" href="https://itwiki.wpunj.edu/index.php?title=DotCMS-InlineContentEditing&amp;diff=90"/>
		<updated>2012-11-27T16:29:17Z</updated>

		<summary type="html">&lt;p&gt;Publikb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;dotCMS offers inline content editing. Learn how to use inline content editing below.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Documentation coming soon&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[Category:dotCMS]]&lt;/div&gt;</summary>
		<author><name>Publikb</name></author>
	</entry>
	<entry>
		<id>https://itwiki.wpunj.edu/index.php?title=DotCMS-InlineContentEditing&amp;diff=89</id>
		<title>DotCMS-InlineContentEditing</title>
		<link rel="alternate" type="text/html" href="https://itwiki.wpunj.edu/index.php?title=DotCMS-InlineContentEditing&amp;diff=89"/>
		<updated>2012-11-27T16:28:41Z</updated>

		<summary type="html">&lt;p&gt;Publikb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;dotCMS offers inline content editing. Learn how to use inline content editing below.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:dotCMS]]&lt;/div&gt;</summary>
		<author><name>Publikb</name></author>
	</entry>
	<entry>
		<id>https://itwiki.wpunj.edu/index.php?title=DotCMS-InlineContentEditing&amp;diff=88</id>
		<title>DotCMS-InlineContentEditing</title>
		<link rel="alternate" type="text/html" href="https://itwiki.wpunj.edu/index.php?title=DotCMS-InlineContentEditing&amp;diff=88"/>
		<updated>2012-11-27T16:28:32Z</updated>

		<summary type="html">&lt;p&gt;Publikb: Created page with &amp;quot;dotCMS offers inline content editing. Learn how to use inline content editing below.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;dotCMS offers inline content editing. Learn how to use inline content editing below.&lt;/div&gt;</summary>
		<author><name>Publikb</name></author>
	</entry>
	<entry>
		<id>https://itwiki.wpunj.edu/index.php?title=DotCMS&amp;diff=87</id>
		<title>DotCMS</title>
		<link rel="alternate" type="text/html" href="https://itwiki.wpunj.edu/index.php?title=DotCMS&amp;diff=87"/>
		<updated>2012-11-27T16:26:38Z</updated>

		<summary type="html">&lt;p&gt;Publikb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;dotCMS 2.0 is the Universities content management system for creating and updating webpages. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== For New Users ==&lt;br /&gt;
&lt;br /&gt;
If you have not already received access to your department website, please contact the HELP desk for further instructions.&lt;br /&gt;
&lt;br /&gt;
You can access the dotCMS from any computer, on or off campus. Please start with the documentation below and contact us for further assistance and personal training where required. &lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/admin Log-in for the dotCMS]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Support Documentation : ==&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/2586dcdf-b3d6-4be0-a988-487158b81e93.pdf Accessing and Navigating the CMS [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039; Access CMS using a web browser; Use your WPUNJ credentials to log in; Select Website tab; &lt;br /&gt;
Identify and navigate the CMS (Map)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/daae44a3-6bc1-4414-a56c-dd57ff6dd8b7.pdf Editing Files and Folders [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039;  Access the CMS; Map of files and folders; Creating folders; Creating HTML pages; Adding new content; &lt;br /&gt;
Editing Text; Adding a hyperlink; &amp;lt;br/&amp;gt; Multiple content areas; Loading images and files; Adding a banner image; &lt;br /&gt;
Adding a navigation bar; Finished product; Exit Gently&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/44b4cde0-00e2-4ebc-9576-afeb991b14de.pdf Save/Assign, Save/Publish [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039; Save/assign - adding edited documents to the workflow for approval; Save/publish - review and &lt;br /&gt;
publish edited documents from the workflow&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/0dd7c132-5ef5-4e95-81c6-cc8b4e3cd7b3.pdf Inserting Images and Files [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039; Loading images and files for display on the university webpage&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/7f6ec16d-18eb-4488-96cf-585845df98a2.pdf Creating and editing navigation menus [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039; Designate a file, folder, or link for display on the menu; set menu order; &lt;br /&gt;
create a sub-menu; add a menu to a new webpage&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/b96196ef-6f12-47d8-94d7-3ddab8151951.pdf Creating and editing page banners and labels [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039; Create a new banner; deploy banners; create and edit page labels; delete label&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/2027c03c-6225-4d8d-a1a8-af5b7df2707d.pdf Add a function to the Calendar of Events [pdf]]&lt;br /&gt;
&lt;br /&gt;
== Video tutorials ==&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/a2b4b234-0a3b-4fcd-b898-bbc7d01c6ccf.swf dotCMS 2.0 upgrade overview / editing content]&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/a2b4b234-0a3b-4fcd-b898-bbc7d01c6ccf.swf Creating a new webpage] &lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/f48efc2d-deb2-4eb6-94c9-2918b375f79b.swf File upload and linking ( images, pdfs, links )]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:dotCMS]]&lt;br /&gt;
[[Category:help]]&lt;/div&gt;</summary>
		<author><name>Publikb</name></author>
	</entry>
	<entry>
		<id>https://itwiki.wpunj.edu/index.php?title=DotCMS&amp;diff=86</id>
		<title>DotCMS</title>
		<link rel="alternate" type="text/html" href="https://itwiki.wpunj.edu/index.php?title=DotCMS&amp;diff=86"/>
		<updated>2012-11-27T16:21:04Z</updated>

		<summary type="html">&lt;p&gt;Publikb: /* Support Documentation : */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;dotCMS 2.0 is the Universities content management system for creating and updating webpages. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== For New Users ==&lt;br /&gt;
&lt;br /&gt;
If you have not already received access to your department website, please contact the HELP desk for further instructions.&lt;br /&gt;
&lt;br /&gt;
You can access the dotCMS from any computer, on or off campus. Please start with the documentation below and contact us for further assistance and personal training where required. &lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/admin Log-in for the dotCMS]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Support Documentation : ==&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/2586dcdf-b3d6-4be0-a988-487158b81e93.pdf Accessing and Navigating the CMS [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039; Access CMS using a web browser; Use your WPUNJ credentials to log in; Select Website tab; &lt;br /&gt;
Identify and navigate the CMS (Map)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/daae44a3-6bc1-4414-a56c-dd57ff6dd8b7.pdf Editing Files and Folders [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039;  Access the CMS; Map of files and folders; Creating folders; Creating HTML pages; Adding new content; &lt;br /&gt;
Editing Text; Adding a hyperlink; &amp;lt;br/&amp;gt; Multiple content areas; Loading images and files; Adding a banner image; &lt;br /&gt;
Adding a navigation bar; Finished product; Exit Gently&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/44b4cde0-00e2-4ebc-9576-afeb991b14de.pdf Save/Assign, Save/Publish [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039; Save/assign - adding edited documents to the workflow for approval; Save/publish - review and &lt;br /&gt;
publish edited documents from the workflow&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/0dd7c132-5ef5-4e95-81c6-cc8b4e3cd7b3.pdf Inserting Images and Files [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039; Loading images and files for display on the university webpage&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/7f6ec16d-18eb-4488-96cf-585845df98a2.pdf Creating and editing navigation menus [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039; Designate a file, folder, or link for display on the menu; set menu order; &lt;br /&gt;
create a sub-menu; add a menu to a new webpage&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/b96196ef-6f12-47d8-94d7-3ddab8151951.pdf Creating and editing page banners and labels [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039; Create a new banner; deploy banners; create and edit page labels; delete label&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/2027c03c-6225-4d8d-a1a8-af5b7df2707d.pdf Add a function to the Calendar of Events [pdf]]&lt;br /&gt;
&lt;br /&gt;
== Video tutorials ==&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/a2b4b234-0a3b-4fcd-b898-bbc7d01c6ccf.swf dotCMS 2.0 upgrade overview / editing content]&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/a2b4b234-0a3b-4fcd-b898-bbc7d01c6ccf.swf Creating a new webpage] &lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/f48efc2d-deb2-4eb6-94c9-2918b375f79b.swf File upload and linking ( images, pdfs, links )]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:dotCMS]]&lt;/div&gt;</summary>
		<author><name>Publikb</name></author>
	</entry>
	<entry>
		<id>https://itwiki.wpunj.edu/index.php?title=DotCMS&amp;diff=85</id>
		<title>DotCMS</title>
		<link rel="alternate" type="text/html" href="https://itwiki.wpunj.edu/index.php?title=DotCMS&amp;diff=85"/>
		<updated>2012-11-27T16:18:53Z</updated>

		<summary type="html">&lt;p&gt;Publikb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;dotCMS 2.0 is the Universities content management system for creating and updating webpages. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== For New Users ==&lt;br /&gt;
&lt;br /&gt;
If you have not already received access to your department website, please contact the HELP desk for further instructions.&lt;br /&gt;
&lt;br /&gt;
You can access the dotCMS from any computer, on or off campus. Please start with the documentation below and contact us for further assistance and personal training where required. &lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/admin Log-in for the dotCMS]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Support Documentation : ==&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/2586dcdf-b3d6-4be0-a988-487158b81e93.pdf Accessing and Navigating the CMS [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039; Access CMS using a web browser; Use your WPUNJ credentials to log in; Select Website tab; &lt;br /&gt;
Identify and navigate the CMS (Map)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/daae44a3-6bc1-4414-a56c-dd57ff6dd8b7.pdf Editing Files and Folders [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039;  Access the CMS; Map of files and folders; Creating folders; Creating HTML pages; Adding new content; &lt;br /&gt;
Editing Text; Adding a hyperlink; &amp;lt;br/&amp;gt; Multiple content areas; Loading images and files; Adding a banner image; &lt;br /&gt;
Adding a navigation bar; Finished product; Exit Gently&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/44b4cde0-00e2-4ebc-9576-afeb991b14de.pdf Save/Assign, Save/Publish [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039; Save/assign - adding edited documents to the workflow for approval; Save/publish - review and &lt;br /&gt;
publish edited documents from the workflow&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/0dd7c132-5ef5-4e95-81c6-cc8b4e3cd7b3.pdf Inserting Images and Files [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039; Loading images and files for display on the university webpage&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/7f6ec16d-18eb-4488-96cf-585845df98a2.pdf Creating and editing navigation menus [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039; Designate a file, folder, or link for display on the menu; set menu order; &lt;br /&gt;
create a sub-menu; add a menu to a new webpage&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/b96196ef-6f12-47d8-94d7-3ddab8151951.pdf Creating and editing page banners and labels [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039; Create a new banner; deploy banners; create and edit page labels; delete label&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/2027c03c-6225-4d8d-a1a8-af5b7df2707d.pdf Add a function to the Calendar of Events [pdf]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Video tutorials ==&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/a2b4b234-0a3b-4fcd-b898-bbc7d01c6ccf.swf dotCMS 2.0 upgrade overview / editing content]&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/a2b4b234-0a3b-4fcd-b898-bbc7d01c6ccf.swf Creating a new webpage] &lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/f48efc2d-deb2-4eb6-94c9-2918b375f79b.swf File upload and linking ( images, pdfs, links )]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:dotCMS]]&lt;/div&gt;</summary>
		<author><name>Publikb</name></author>
	</entry>
	<entry>
		<id>https://itwiki.wpunj.edu/index.php?title=DotCMS&amp;diff=84</id>
		<title>DotCMS</title>
		<link rel="alternate" type="text/html" href="https://itwiki.wpunj.edu/index.php?title=DotCMS&amp;diff=84"/>
		<updated>2012-11-26T20:52:33Z</updated>

		<summary type="html">&lt;p&gt;Publikb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;dotCMS 2.0 is the Universities content management system. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== For New Users ==&lt;br /&gt;
&lt;br /&gt;
If you have not already received access to your department website, please contact the HELP desk for further instructions.&lt;br /&gt;
&lt;br /&gt;
You can access the dotCMS from any computer, on or off campus. Please start with the documentation below and contact us for further assistance and personal training where required. &lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/admin Log-in for the dotCMS]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Support Documentation : ==&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/2586dcdf-b3d6-4be0-a988-487158b81e93.pdf Accessing and Navigating the CMS [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039; Access CMS using a web browser; Use your WPUNJ credentials to log in; Select Website tab; &lt;br /&gt;
Identify and navigate the CMS (Map)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/daae44a3-6bc1-4414-a56c-dd57ff6dd8b7.pdf Editing Files and Folders [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039;  Access the CMS; Map of files and folders; Creating folders; Creating HTML pages; Adding new content; &lt;br /&gt;
Editing Text; Adding a hyperlink; &amp;lt;br/&amp;gt; Multiple content areas; Loading images and files; Adding a banner image; &lt;br /&gt;
Adding a navigation bar; Finished product; Exit Gently&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/44b4cde0-00e2-4ebc-9576-afeb991b14de.pdf Save/Assign, Save/Publish [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039; Save/assign - adding edited documents to the workflow for approval; Save/publish - review and &lt;br /&gt;
publish edited documents from the workflow&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/0dd7c132-5ef5-4e95-81c6-cc8b4e3cd7b3.pdf Inserting Images and Files [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039; Loading images and files for display on the university webpage&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/7f6ec16d-18eb-4488-96cf-585845df98a2.pdf Creating and editing navigation menus [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039; Designate a file, folder, or link for display on the menu; set menu order; &lt;br /&gt;
create a sub-menu; add a menu to a new webpage&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/b96196ef-6f12-47d8-94d7-3ddab8151951.pdf Creating and editing page banners and labels [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039; Create a new banner; deploy banners; create and edit page labels; delete label&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/2027c03c-6225-4d8d-a1a8-af5b7df2707d.pdf Add a function to the Calendar of Events [pdf]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Video tutorials ==&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/a2b4b234-0a3b-4fcd-b898-bbc7d01c6ccf.swf dotCMS 2.0 upgrade overview / editing content]&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/a2b4b234-0a3b-4fcd-b898-bbc7d01c6ccf.swf Creating a new webpage] &lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/f48efc2d-deb2-4eb6-94c9-2918b375f79b.swf File upload and linking ( images, pdfs, links )]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:dotCMS]]&lt;/div&gt;</summary>
		<author><name>Publikb</name></author>
	</entry>
	<entry>
		<id>https://itwiki.wpunj.edu/index.php?title=DotCMS&amp;diff=83</id>
		<title>DotCMS</title>
		<link rel="alternate" type="text/html" href="https://itwiki.wpunj.edu/index.php?title=DotCMS&amp;diff=83"/>
		<updated>2012-11-26T20:51:41Z</updated>

		<summary type="html">&lt;p&gt;Publikb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;dotCMS 2.0 is the Universities content management system. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== For New Users ==&lt;br /&gt;
&lt;br /&gt;
If you have not already received access to your department website, please contact the HELP desk for further instructions.&lt;br /&gt;
&lt;br /&gt;
You can access the dotCMS from any computer, on or off campus. Please start with the documentation below and contact us for further assistance and personal training where required. &lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/admin Log-in for the dotCMS]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Support Documentation : ==&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/2586dcdf-b3d6-4be0-a988-487158b81e93.pdf Accessing and Navigating the CMS [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039; Access CMS using a web browser; Use your WPUNJ credentials to log in; Select Website tab; &lt;br /&gt;
Identify and navigate the CMS (Map)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/daae44a3-6bc1-4414-a56c-dd57ff6dd8b7.pdf Editing Files and Folders [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039;  Access the CMS; Map of files and folders; Creating folders; Creating HTML pages; Adding new content; &lt;br /&gt;
Editing Text; Adding a hyperlink; &amp;lt;br/&amp;gt; Multiple content areas; Loading images and files; Adding a banner image; &lt;br /&gt;
Adding a navigation bar; Finished product; Exit Gently&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/44b4cde0-00e2-4ebc-9576-afeb991b14de.pdf Save/Assign, Save/Publish [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039; Save/assign - adding edited documents to the workflow for approval; Save/publish - review and &lt;br /&gt;
publish edited documents from the workflow&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/0dd7c132-5ef5-4e95-81c6-cc8b4e3cd7b3.pdf Inserting Images and Files [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039; Loading images and files for display on the university webpage&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/7f6ec16d-18eb-4488-96cf-585845df98a2.pdf Creating and editing navigation menus [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039; Designate a file, folder, or link for display on the menu; set menu order; &lt;br /&gt;
create a sub-menu; add a menu to a new webpage&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/b96196ef-6f12-47d8-94d7-3ddab8151951.pdf Creating and editing page banners and labels [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039; Create a new banner; deploy banners; create and edit page labels; delete label&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/2027c03c-6225-4d8d-a1a8-af5b7df2707d.pdf Add a function to the Calendar of Events [pdf]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Video tutorials ==&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/a2b4b234-0a3b-4fcd-b898-bbc7d01c6ccf.swf dotCMS 2.0 upgrade overview / editing content]&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/a2b4b234-0a3b-4fcd-b898-bbc7d01c6ccf.swf Creating a new webpage] &lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/f48efc2d-deb2-4eb6-94c9-2918b375f79b.swf File upload and linking ( images, pdfs, links )]&lt;/div&gt;</summary>
		<author><name>Publikb</name></author>
	</entry>
	<entry>
		<id>https://itwiki.wpunj.edu/index.php?title=DotCMS&amp;diff=82</id>
		<title>DotCMS</title>
		<link rel="alternate" type="text/html" href="https://itwiki.wpunj.edu/index.php?title=DotCMS&amp;diff=82"/>
		<updated>2012-11-26T20:50:53Z</updated>

		<summary type="html">&lt;p&gt;Publikb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;dotCMS 2.0 is the Universities content management system. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== For New Users ==&lt;br /&gt;
&lt;br /&gt;
If you have not already received access to your department website, please contact the HELP desk for further instructions.&lt;br /&gt;
&lt;br /&gt;
You can access the dotCMS from any computer, on or off campus. &lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/admin Log-in for the dotCMS]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Support Documentation : ==&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/2586dcdf-b3d6-4be0-a988-487158b81e93.pdf Accessing and Navigating the CMS [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039; Access CMS using a web browser; Use your WPUNJ credentials to log in; Select Website tab; &lt;br /&gt;
Identify and navigate the CMS (Map)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/daae44a3-6bc1-4414-a56c-dd57ff6dd8b7.pdf Editing Files and Folders [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039;  Access the CMS; Map of files and folders; Creating folders; Creating HTML pages; Adding new content; &lt;br /&gt;
Editing Text; Adding a hyperlink; &amp;lt;br/&amp;gt; Multiple content areas; Loading images and files; Adding a banner image; &lt;br /&gt;
Adding a navigation bar; Finished product; Exit Gently&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/44b4cde0-00e2-4ebc-9576-afeb991b14de.pdf Save/Assign, Save/Publish [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039; Save/assign - adding edited documents to the workflow for approval; Save/publish - review and &lt;br /&gt;
publish edited documents from the workflow&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/0dd7c132-5ef5-4e95-81c6-cc8b4e3cd7b3.pdf Inserting Images and Files [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039; Loading images and files for display on the university webpage&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/7f6ec16d-18eb-4488-96cf-585845df98a2.pdf Creating and editing navigation menus [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039; Designate a file, folder, or link for display on the menu; set menu order; &lt;br /&gt;
create a sub-menu; add a menu to a new webpage&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/b96196ef-6f12-47d8-94d7-3ddab8151951.pdf Creating and editing page banners and labels [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039; Create a new banner; deploy banners; create and edit page labels; delete label&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/2027c03c-6225-4d8d-a1a8-af5b7df2707d.pdf Add a function to the Calendar of Events [pdf]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Video tutorials ==&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/a2b4b234-0a3b-4fcd-b898-bbc7d01c6ccf.swf dotCMS 2.0 upgrade overview / editing content]&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/a2b4b234-0a3b-4fcd-b898-bbc7d01c6ccf.swf Creating a new webpage] &lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/f48efc2d-deb2-4eb6-94c9-2918b375f79b.swf File upload and linking ( images, pdfs, links )]&lt;/div&gt;</summary>
		<author><name>Publikb</name></author>
	</entry>
	<entry>
		<id>https://itwiki.wpunj.edu/index.php?title=DotCMS&amp;diff=81</id>
		<title>DotCMS</title>
		<link rel="alternate" type="text/html" href="https://itwiki.wpunj.edu/index.php?title=DotCMS&amp;diff=81"/>
		<updated>2012-11-26T20:48:31Z</updated>

		<summary type="html">&lt;p&gt;Publikb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;dotCMS 2.0 is the Universities content management system. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Support Documentation : ==&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/2586dcdf-b3d6-4be0-a988-487158b81e93.pdf Accessing and Navigating the CMS [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039; Access CMS using a web browser; Use your WPUNJ credentials to log in; Select Website tab; &lt;br /&gt;
Identify and navigate the CMS (Map)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/daae44a3-6bc1-4414-a56c-dd57ff6dd8b7.pdf Editing Files and Folders [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039;  Access the CMS; Map of files and folders; Creating folders; Creating HTML pages; Adding new content; &lt;br /&gt;
Editing Text; Adding a hyperlink; &amp;lt;br/&amp;gt; Multiple content areas; Loading images and files; Adding a banner image; &lt;br /&gt;
Adding a navigation bar; Finished product; Exit Gently&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/44b4cde0-00e2-4ebc-9576-afeb991b14de.pdf Save/Assign, Save/Publish [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039; Save/assign - adding edited documents to the workflow for approval; Save/publish - review and &lt;br /&gt;
publish edited documents from the workflow&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/0dd7c132-5ef5-4e95-81c6-cc8b4e3cd7b3.pdf Inserting Images and Files [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039; Loading images and files for display on the university webpage&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/7f6ec16d-18eb-4488-96cf-585845df98a2.pdf Creating and editing navigation menus [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039; Designate a file, folder, or link for display on the menu; set menu order; &lt;br /&gt;
create a sub-menu; add a menu to a new webpage&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/b96196ef-6f12-47d8-94d7-3ddab8151951.pdf Creating and editing page banners and labels [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039; Create a new banner; deploy banners; create and edit page labels; delete label&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/2027c03c-6225-4d8d-a1a8-af5b7df2707d.pdf Add a function to the Calendar of Events [pdf]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Video tutorials ==&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/a2b4b234-0a3b-4fcd-b898-bbc7d01c6ccf.swf dotCMS 2.0 upgrade overview / editing content]&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/a2b4b234-0a3b-4fcd-b898-bbc7d01c6ccf.swf Creating a new webpage] &lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/f48efc2d-deb2-4eb6-94c9-2918b375f79b.swf File upload and linking ( images, pdfs, links )]&lt;/div&gt;</summary>
		<author><name>Publikb</name></author>
	</entry>
	<entry>
		<id>https://itwiki.wpunj.edu/index.php?title=DotCMS&amp;diff=80</id>
		<title>DotCMS</title>
		<link rel="alternate" type="text/html" href="https://itwiki.wpunj.edu/index.php?title=DotCMS&amp;diff=80"/>
		<updated>2012-11-26T20:46:19Z</updated>

		<summary type="html">&lt;p&gt;Publikb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;dotCMS 2.0 is the Universities content management system. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Support Documentation : ==&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/2586dcdf-b3d6-4be0-a988-487158b81e93.pdf Accessing and Navigating the CMS [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039; Access CMS using a web browser; Use your WPUNJ credentials to log in; Select Website tab; &lt;br /&gt;
Identify and navigate the CMS (Map)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/daae44a3-6bc1-4414-a56c-dd57ff6dd8b7.pdf Editing Files and Folders [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039;  Access the CMS; Map of files and folders; Creating folders; Creating HTML pages; Adding new content; &lt;br /&gt;
Editing Text; Adding a hyperlink; &amp;lt;br/&amp;gt; Multiple content areas; Loading images and files; Adding a banner image; &lt;br /&gt;
Adding a navigation bar; Finished product; Exit Gently&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/44b4cde0-00e2-4ebc-9576-afeb991b14de.pdf Save/Assign, Save/Publish [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039; Save/assign - adding edited documents to the workflow for approval; Save/publish - review and &lt;br /&gt;
publish edited documents from the workflow&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/0dd7c132-5ef5-4e95-81c6-cc8b4e3cd7b3.pdf Inserting Images and Files [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039; Loading images and files for display on the university webpage&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/7f6ec16d-18eb-4488-96cf-585845df98a2.pdf Creating and editing navigation menus [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039; Designate a file, folder, or link for display on the menu; set menu order; &lt;br /&gt;
create a sub-menu; add a menu to a new webpage&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/b96196ef-6f12-47d8-94d7-3ddab8151951.pdf Creating and editing page banners and labels [pdf]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039; Create a new banner; deploy banners; create and edit page labels; delete label&lt;br /&gt;
&lt;br /&gt;
[http://www.wpunj.edu/dotAsset/2027c03c-6225-4d8d-a1a8-af5b7df2707d.pdf Add a function to the Calendar of Events [pdf]]&lt;/div&gt;</summary>
		<author><name>Publikb</name></author>
	</entry>
	<entry>
		<id>https://itwiki.wpunj.edu/index.php?title=DotCMS&amp;diff=79</id>
		<title>DotCMS</title>
		<link rel="alternate" type="text/html" href="https://itwiki.wpunj.edu/index.php?title=DotCMS&amp;diff=79"/>
		<updated>2012-11-26T20:43:09Z</updated>

		<summary type="html">&lt;p&gt;Publikb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;dotCMS 2.0 is the Universities content management system. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Support Documentation :&lt;br /&gt;
&lt;br /&gt;
Accessing and Navigating the CMS [pdf]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039; Access CMS using a web browser; Use your WPUNJ credentials to log in; Select Website tab; &lt;br /&gt;
Identify and navigate the CMS (Map)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Editing Files and Folders [pdf]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039;  Access the CMS; Map of files and folders; Creating folders; Creating HTML pages; Adding new content; &lt;br /&gt;
Editing Text; Adding a hyperlink; &amp;lt;br/&amp;gt; Multiple content areas; Loading images and files; Adding a banner image; &lt;br /&gt;
Adding a navigation bar; Finished product; Exit Gently&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Save/Assign, Save/Publish [pdf]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039; Save/assign - adding edited documents to the workflow for approval; Save/publish - review and &lt;br /&gt;
publish edited documents from the workflow&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Inserting Images and Files [pdf]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039; Loading images and files for display on the university webpage&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Creating and editing navigation menus [pdf]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039; Designate a file, folder, or link for display on the menu; set menu order; &lt;br /&gt;
create a sub-menu; add a menu to a new webpage&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Creating and editing page banners and labels [pdf]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039; Create a new banner; deploy banners; create and edit page labels; delete label&lt;br /&gt;
&lt;br /&gt;
Add a function to the Calendar of Events [pdf]&lt;/div&gt;</summary>
		<author><name>Publikb</name></author>
	</entry>
	<entry>
		<id>https://itwiki.wpunj.edu/index.php?title=DotCMS&amp;diff=78</id>
		<title>DotCMS</title>
		<link rel="alternate" type="text/html" href="https://itwiki.wpunj.edu/index.php?title=DotCMS&amp;diff=78"/>
		<updated>2012-11-26T20:41:43Z</updated>

		<summary type="html">&lt;p&gt;Publikb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;dotCMS 2.0 is the Universities content management system. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Support Documentation :&lt;br /&gt;
&lt;br /&gt;
Accessing and Navigating the CMS [pdf]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039; Access CMS using a web browser; Use your WPUNJ credentials to log in; Select Website tab; &lt;br /&gt;
Identify and navigate the CMS (Map)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Editing Files and Folders [pdf]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039;  Access the CMS; Map of files and folders; Creating folders; Creating HTML pages; Adding new content; &lt;br /&gt;
Editing Text; Adding a hyperlink; &amp;lt;br/&amp;gt; Multiple content areas; Loading images and files; Adding a banner image; &lt;br /&gt;
Adding a navigation bar; Finished product; Exit Gently&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Save/Assign, Save/Publish [pdf]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039; Save/assign - adding edited documents to the workflow for approval; Save/publish - review and &lt;br /&gt;
publish edited documents from the workflow&lt;/div&gt;</summary>
		<author><name>Publikb</name></author>
	</entry>
	<entry>
		<id>https://itwiki.wpunj.edu/index.php?title=DotCMS&amp;diff=77</id>
		<title>DotCMS</title>
		<link rel="alternate" type="text/html" href="https://itwiki.wpunj.edu/index.php?title=DotCMS&amp;diff=77"/>
		<updated>2012-11-26T20:41:34Z</updated>

		<summary type="html">&lt;p&gt;Publikb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;dotCMS 2.0 is the Universities content management system. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Support Documentation :&lt;br /&gt;
&lt;br /&gt;
Accessing and Navigating the CMS [pdf]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039; Access CMS using a web browser; Use your WPUNJ credentials to log in; Select Website tab; &lt;br /&gt;
Identify and navigate the CMS (Map)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Editing Files and Folders [pdf]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039;  Access the CMS; Map of files and folders; Creating folders; Creating HTML pages; Adding new content; &lt;br /&gt;
Editing Text; Adding a hyperlink; &lt;br /&gt;
Multiple content areas; Loading images and files; Adding a banner image; &lt;br /&gt;
Adding a navigation bar; Finished product; Exit Gently&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Save/Assign, Save/Publish [pdf]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039; Save/assign - adding edited documents to the workflow for approval; Save/publish - review and &lt;br /&gt;
publish edited documents from the workflow&lt;/div&gt;</summary>
		<author><name>Publikb</name></author>
	</entry>
	<entry>
		<id>https://itwiki.wpunj.edu/index.php?title=DotCMS&amp;diff=76</id>
		<title>DotCMS</title>
		<link rel="alternate" type="text/html" href="https://itwiki.wpunj.edu/index.php?title=DotCMS&amp;diff=76"/>
		<updated>2012-11-26T20:41:24Z</updated>

		<summary type="html">&lt;p&gt;Publikb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;dotCMS 2.0 is the Universities content management system. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Support Documentation :&lt;br /&gt;
&lt;br /&gt;
Accessing and Navigating the CMS [pdf]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039; Access CMS using a web browser; Use your WPUNJ credentials to log in; Select Website tab; &lt;br /&gt;
Identify and navigate the CMS (Map)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Editing Files and Folders [pdf]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039;  Access the CMS; Map of files and folders; Creating folders; Creating HTML pages; Adding new content; &lt;br /&gt;
Editing Text; Adding a hyperlink; Multiple content areas; Loading images and files; Adding a banner image; &lt;br /&gt;
Adding a navigation bar; Finished product; Exit Gently&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Save/Assign, Save/Publish [pdf]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Contents:&#039;&#039;&#039; Save/assign - adding edited documents to the workflow for approval; Save/publish - review and &lt;br /&gt;
publish edited documents from the workflow&lt;/div&gt;</summary>
		<author><name>Publikb</name></author>
	</entry>
	<entry>
		<id>https://itwiki.wpunj.edu/index.php?title=DotCMS&amp;diff=75</id>
		<title>DotCMS</title>
		<link rel="alternate" type="text/html" href="https://itwiki.wpunj.edu/index.php?title=DotCMS&amp;diff=75"/>
		<updated>2012-11-26T20:40:39Z</updated>

		<summary type="html">&lt;p&gt;Publikb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;dotCMS 2.0 is the Universities content management system. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Support Documentation :&lt;br /&gt;
&lt;br /&gt;
Accessing and Navigating the CMS [pdf]&lt;br /&gt;
&lt;br /&gt;
Contents: Access CMS using a web browser; Use your WPUNJ credentials to log in; Select Website tab; &lt;br /&gt;
Identify and navigate the CMS (Map)&lt;br /&gt;
&lt;br /&gt;
Editing Files and Folders [pdf]&lt;br /&gt;
&lt;br /&gt;
Contents:  Access the CMS; Map of files and folders; Creating folders; Creating HTML pages; Adding new content; Editing Text; Adding a hyperlink; Multiple content areas; Loading images and files; Adding a banner image; Adding a navigation bar; Finished product; Exit Gently&lt;/div&gt;</summary>
		<author><name>Publikb</name></author>
	</entry>
	<entry>
		<id>https://itwiki.wpunj.edu/index.php?title=DotCMS&amp;diff=74</id>
		<title>DotCMS</title>
		<link rel="alternate" type="text/html" href="https://itwiki.wpunj.edu/index.php?title=DotCMS&amp;diff=74"/>
		<updated>2012-11-26T20:39:58Z</updated>

		<summary type="html">&lt;p&gt;Publikb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;dotCMS 2.0 is the Universities content management system. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Support Documentation :&lt;br /&gt;
&lt;br /&gt;
Accessing and Navigating the CMS [pdf]&lt;/div&gt;</summary>
		<author><name>Publikb</name></author>
	</entry>
	<entry>
		<id>https://itwiki.wpunj.edu/index.php?title=DotCMS&amp;diff=73</id>
		<title>DotCMS</title>
		<link rel="alternate" type="text/html" href="https://itwiki.wpunj.edu/index.php?title=DotCMS&amp;diff=73"/>
		<updated>2012-11-26T20:38:23Z</updated>

		<summary type="html">&lt;p&gt;Publikb: Created page with &amp;quot;dotCMS 2.0 is the Universities content management system.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;dotCMS 2.0 is the Universities content management system.&lt;/div&gt;</summary>
		<author><name>Publikb</name></author>
	</entry>
	<entry>
		<id>https://itwiki.wpunj.edu/index.php?title=Main_Page&amp;diff=72</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://itwiki.wpunj.edu/index.php?title=Main_Page&amp;diff=72"/>
		<updated>2012-11-21T15:50:36Z</updated>

		<summary type="html">&lt;p&gt;Publikb: /* Welcome to the William Paterson University ITWiki */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Welcome to the William Paterson University ITWiki ==&lt;br /&gt;
The ITwiki is the [http://www.wpunj.edu William Paterson University],[http://www.wpunj.edu/it Information Technology] documentation website. All articles and tutorials are presented in [http://www.mediawiki.org MediaWiki] format and released under the [http://www.gnu.org/copyleft/fdl.html GFDL]. While this documentation is free to all, only [http://www.wpunj.edu/it/assets/ITOrgSep2012.pdf Information Technology Staff] members are allowed to edit pages.  If you find an omission or unclear section, please submit a ticket using our [[Web Help Desk]].&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;This will be the primary source of [http://www.wpunj.edu William Paterson University], [http://www.wpunj.edu/it Information Technology] public documentation.  FAQ&#039;s, PDF&#039;s and website documents will be migrated to the ITWiki.&lt;br /&gt;
&lt;br /&gt;
== Helpful Links ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;6&amp;quot; cellspacing=&amp;quot;1&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;1&amp;quot; style=&amp;quot;background:#efefef;&amp;quot; | [[Enterprise Information Services]]&lt;br /&gt;
! colspan=&amp;quot;1&amp;quot; style=&amp;quot;background:#ffdead;&amp;quot; | [[Enterprise Network Services]]&lt;br /&gt;
! colspan=&amp;quot;1&amp;quot; style=&amp;quot;background:#ffdefd;&amp;quot; | [[Enterprise System Services]]&lt;br /&gt;
! colspan=&amp;quot;1&amp;quot; style=&amp;quot;background:#ffddde;&amp;quot; | [[Help Desk]]&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| colspan=&amp;quot;4&amp;quot; align=&amp;quot;center&amp;quot; | [[ Web Help Desk]]&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Publikb</name></author>
	</entry>
	<entry>
		<id>https://itwiki.wpunj.edu/index.php?title=Main_Page&amp;diff=67</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://itwiki.wpunj.edu/index.php?title=Main_Page&amp;diff=67"/>
		<updated>2012-11-21T14:59:09Z</updated>

		<summary type="html">&lt;p&gt;Publikb: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Welcome to the William Paterson University ITWiki ==&lt;br /&gt;
The ITwiki is the [http://www.wpunj.edu William Paterson University],[http://www.wpunj.edu/it Information Technology] documentation website. All articles and tutorials are presented in [http://www.mediawiki.org MediaWiki] format and released under the [http://www.gnu.org/copyleft/fdl.html GFDL]. While this documentation is free to all, only [[Information Technology]] staff members are allowed to edit pages.  If you find an omission or unclear section, please submit a ticket using our [http://www.wpunj.edu/helpdesk ticket system].&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;This will be the primary source of [http://www.wpunj.edu William Paterson University], [http://www.wpunj.edu/it Information Technology] public documentation.  FAQ&#039;s, PDF&#039;s and website documents will be migrated to the ITWiki.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
View the IT Organization Chart &amp;lt;br/&amp;gt;&lt;br /&gt;
[[File:ITOrgSep2012.pdf]]&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Helpful Links ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;6&amp;quot; cellspacing=&amp;quot;1&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;1&amp;quot; style=&amp;quot;background:#efefef;&amp;quot; | Enterprise Information Services&lt;br /&gt;
! colspan=&amp;quot;1&amp;quot; style=&amp;quot;background:#ffdead;&amp;quot; | Enterprise Network Services&lt;br /&gt;
! colspan=&amp;quot;1&amp;quot; style=&amp;quot;background:#ffdefd;&amp;quot; | Enterprise System Services&lt;br /&gt;
! colspan=&amp;quot;1&amp;quot; style=&amp;quot;background:#ffddde;&amp;quot; | [[Help Desk]]&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| colspan=&amp;quot;4&amp;quot; align=&amp;quot;center&amp;quot; | [[ Web Help Desk]]&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Publikb</name></author>
	</entry>
</feed>