//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.1 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace BoxSocial.Applications.Pages { using System; /// /// A strongly-typed resource class, for looking up localized strings, etc. /// // This class was auto-generated by the StronglyTypedResourceBuilder // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Templates { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal Templates() { } /// /// Returns the cached ResourceManager instance used by this class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] internal static global::System.Resources.ResourceManager ResourceManager { get { if (object.ReferenceEquals(resourceMan, null)) { global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("BoxSocial.Applications.Pages.Templates", typeof(Templates).Assembly); resourceMan = temp; } return resourceMan; } } /// /// Overrides the current thread's CurrentUICulture property for all /// resource lookups using this strongly typed resource class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] internal static global::System.Globalization.CultureInfo Culture { get { return resourceCulture; } set { resourceCulture = value; } } /// /// Looks up a localized string similar to <h3>Edit List</h3> ///<form action="{S_ACCOUNT}" method="post"> /// <fieldset> /// <legend>Edit List</legend> /// <dl> /// <dt><label for="title">List Title</label></dt> /// <dd><input type="text" id="title" name="title" value="{S_LIST_TITLE}" /></dd> /// <dt><label for="type">List Type</label></dt> /// <dd>{S_LIST_TYPES}</dd> /// <dt><label for="abstract">List Abstract</label></dt> /// <dd> /// <textarea id="abstract" name="abstract" style="margin: 0px; width: 100%; height: 50px; border: solid 1px #666666;" col [rest of string was truncated]";. /// internal static string account_list_edit { get { return ResourceManager.GetString("account_list_edit", resourceCulture); } } /// /// Looks up a localized string similar to <h3>Manage Lists</h3> ///<p>Lists let you stored structured data such as your favourite bands, books, and movies.</p> /// ///<table style="width: 100%"> ///<tr> /// <th>List Title</th> /// <th>List Type</th> /// <th>List Items</th> /// <th></th> /// <th></th> /// <th></th> /// <th></th> ///</tr> ///<!-- BEGIN list_list --> ///<!-- IF list_list.INDEX_EVEN --> ///<tr class="even"> ///<!-- ELSE --> ///<tr class="odd"> ///<!-- ENDIF --> /// <td>{list_list.TITLE}</td> /// <td>{list_list.TYPE}</td> /// <td>{list_list.ITEMS}</td> /// <td><a href="{list_lis [rest of string was truncated]";. /// internal static string account_lists { get { return ResourceManager.GetString("account_lists", resourceCulture); } } /// /// Looks up a localized string similar to <h3>New Navigation Tab</h3> /// ///<form action="{S_ACCOUNT}" method="post"> /// <fieldset> /// <legend>Write Page</legend> /// <dl> /// <dt><label for="page-id">Page</label></dt> /// <dd>{S_PAGE_LIST}</dd> /// <dt></dt> /// <dd> /// <input type="submit" name="save" value="Add" /> /// </dd> /// </dl> /// <input type="hidden" name="module" value="pages" /> /// <input type="hidden" name="sub" value="nav" /> /// <input type="hidden" name="mode" value="add" /> /// </fieldset> ///</form>. /// internal static string account_navigation_tab_add { get { return ResourceManager.GetString("account_navigation_tab_add", resourceCulture); } } /// /// Looks up a localized string similar to <h3>Navigation Tabs</h3> /// ///<div id="new-stuff"> /// <span id="new-tab" class="post-button"><a href="{U_NEW_TAB}">New Tab</a></span> ///</div> /// ///<p>Note: Tab title is the same as the page title.</p> /// ///<table style="width: 100%"> ///<tr> /// <th>Tab Title</th> /// <th></th> /// <th></th> /// <th></th> ///</tr> ///<!-- BEGIN tab_list --> ///<!-- IF tab_list.INDEX_EVEN --> ///<tr class="even"> ///<!-- ELSE --> ///<tr class="odd"> ///<!-- ENDIF --> /// <td>{tab_list.TITLE}</td> /// <td><a href="{tab_list.U_MOVE_UP}">Move Up</a></td> /// <td> [rest of string was truncated]";. /// internal static string account_navigation_tabs { get { return ResourceManager.GetString("account_navigation_tabs", resourceCulture); } } /// /// Looks up a localized string similar to <h3>Manage Pages</h3> /// ///<table style="width: 100%"> ///<tr> /// <th>Page Title</th> /// <th>Last Updated</th> /// <th></th> /// <th></th> /// <th></th> /// <th></th> ///</tr> ///<!-- BEGIN page_list --> ///<!-- IF page_list.INDEX_EVEN --> ///<tr class="even"> ///<!-- ELSE --> ///<tr class="odd"> ///<!-- ENDIF --> /// <td>{page_list.TITLE}</td> /// <td>{page_list.UPDATED}</td> /// <td><a href="{page_list.U_VIEW}">View</a></td> /// <td><a href="{page_list.U_EDIT}">Edit</a></td> /// <td><a href="{page_list.U_PERMS}"><img src="/images/permission [rest of string was truncated]";. /// internal static string account_pages_manage { get { return ResourceManager.GetString("account_pages_manage", resourceCulture); } } /// /// Looks up a localized string similar to <h3>Write Page</h3> /// ///<form action="{S_ACCOUNT}" method="post"> /// <fieldset> /// <legend>Write Page</legend> /// <dl> /// <dt><label for="title">Title</label></dt> /// <dd><input type="text" id="title" name="title" onchange="UpdateSlug();" value="{S_TITLE}" style="width: 100%;" /></dd> /// <dt><label for="slug">Page Slug</label></dt> /// <dd><label>Parent: {S_PAGE_PARENT}</label> <label>Slug: <input type="text" id="slug" name="slug" value="{S_SLUG}" /></label></dd> /// <dt><label for="post">Page Text</label> [rest of string was truncated]";. /// internal static string account_write { get { return ResourceManager.GetString("account_write", resourceCulture); } } /// /// Looks up a localized string similar to <div id="nav-pane"> /// <ul> /// <!-- BEGIN tab_list --> /// <li><a href="{tab_list.U_TAB}"><span>{tab_list.TITLE}</span></a></li> /// <!-- END tab_list --> /// </ul> ///</div>. /// internal static string header_navigation_tabs { get { return ResourceManager.GetString("header_navigation_tabs", resourceCulture); } } /// /// Looks up a localized string similar to <!-- INCLUDE page_header.html --> ///<div id="pane-profile"> /// <div id="pane-pages" class="pane"> /// <h3>Pages</h3> /// <ul> /// {PAGE_LIST} /// </ul> /// </div> ///</div> ///<div id="profile"> /// <div id="pane-page" class="pane"> /// <p>{BREADCRUMBS}</p> /// <h2>{LIST_TITLE}</h2> /// <!-- IF LIST_ABSTRACT --> /// <p>{LIST_ABSTRACT}</p> /// <!-- ENDIF --> /// <!-- IF NOT_EMPTY --> /// <ul id="list-list"> /// <!-- BEGIN list_list --> /// <li> /// <!-- IF list_list.URI --> /// <a href="{list_list.URI}"> /// <!-- ENDIF --> /// [rest of string was truncated]";. /// internal static string viewlist { get { return ResourceManager.GetString("viewlist", resourceCulture); } } /// /// Looks up a localized string similar to <!-- INCLUDE page_header.html --> ///<div id="pane-profile"> /// <div id="pane-pages" class="pane"> /// <h3>Pages</h3> /// <ul> /// {PAGE_LIST} /// </ul> /// </div> ///</div> ///<div id="profile"> ///<div id="pane-page" class="pane"> ///<p>{BREADCRUMBS}</p> /// <div id="page-body" class="normal-writing"> /// <h2>{PAGE_TITLE}</h2> /// <p>{PAGE_BODY}</p> /// </div> /// <hr /> /// <p><em>Last Modified: {PAGE_LAST_MODIFIED}</em> with <em>{PAGE_VIEWS} page views.</em></p> /// <!-- IF PAGE_LICENSE --> /// <p> /// <!-- IF I_PAGE_LICENSE --> /// <a [rest of string was truncated]";. /// internal static string viewpage { get { return ResourceManager.GetString("viewpage", resourceCulture); } } } }