How to access html file to edit a particular container

Hello, I am trying to edit my journal site unfortunately I cannot find the particular html file I am looking for. Kindly assist.
Here is the html file I need to access

Information For Authors
<link rel="icon" href="../../../public/journals/1/journalFavicon_en_US.ico" />	<link rel="stylesheet" href="../../../lib/pkp/styles/pkp.css" type="text/css" />
<link rel="stylesheet" href="../../../lib/pkp/styles/common.css" type="text/css" />
<link rel="stylesheet" href="../../../styles/common.css" type="text/css" />

<!-- Base Jquery -->
<script type="text/javascript" src="http://www.google.com/jsapi"></script>
<script type="text/javascript">
	// Provide a local fallback if the CDN cannot be reached
	if (typeof google == 'undefined') {
		document.write(unescape("%3Cscript src='http://www.combinatorics.org/ojs/lib/pkp/js/lib/jquery/jquery.min.js' type='text/javascript'%3E%3C/script%3E"));
		document.write(unescape("%3Cscript src='http://www.combinatorics.org/ojs/lib/pkp/js/lib/jquery/plugins/jqueryUi.min.js' type='text/javascript'%3E%3C/script%3E"));
	} else {
		google.load("jquery", "1.4.2");
		google.load("jqueryui", "1.8.1");
	}
<link rel="stylesheet" href="../../../styles/sidebar.css" type="text/css" />		<link rel="stylesheet" href="../../../styles/rightSidebar.css" type="text/css" />	
		<link rel="stylesheet" href="../../../public/journals/1/journalStyleSheet.css" type="text/css" />

<script type="text/javascript" src="../../../lib/pkp/js/general.js"></script>
<script type="text/javascript" src="../../../lib/pkp/js/tag-it.js"></script>
<!-- Add javascript required for font sizer -->
<script type="text/javascript" src="../../../lib/pkp/js/jquery.cookie.js"></script>
<script type="text/javascript" src="../../../lib/pkp/js/fontController.js" ></script>
<script type="text/javascript">
	$(function(){
		fontSize("#sizer", "body", 9, 16, 32, "/ojs"); // Initialize the font sizer
	});
<script type="text/javascript">
    // initialise plugins
	
    $(function(){
    	
	});
<!-- MathJax plugin -->
	<script type="text/javascript"
		src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
                MathJax.Hub.Config({
                   tex2jax: {
                    inlineMath: [ ["$","$"], ["\\(","\\)"] ],
                    displayMath: [ ["$$","$$"], ["\\[","\\]"] ],
                    processEscapes: true,
                    processEnvironments: true }
                   });
	</script>
<!-- / MathJax plugin -->

The Electronic Journal of Combinatorics

<div id="sidebar">
						<div id="rightSidebar">
			<div class="block" id="sidebarHelp">
<a class="blockTitle" href="javascript:openHelp('http://www.combinatorics.org/ojs/index.php/eljc/help')">Journal Help</a>
User
					<form method="post" action="http://www.combinatorics.org/ojs/index.php/eljc/login/signIn">
			<table>
				<tr>
					<td><label for="sidebar-username">Username</label></td>
					<td><input type="text" id="sidebar-username" name="username" value="" size="12" maxlength="32" class="textField" /></td>
				</tr>
				<tr>
					<td><label for="sidebar-password">Password</label></td>
					<td><input type="password" id="sidebar-password" name="password" value="" size="12" maxlength="32" class="textField" /></td>
				</tr>
				<tr>
					<td colspan="2"><input type="checkbox" id="remember" name="remember" value="1" /> <label for="remember">Remember me</label></td>
				</tr>
				<tr>
					<td colspan="2"><input type="submit" value="Log In" class="button" /></td>
				</tr>
			</table>
		</form>
		</div><div class="block" id="sidebarInformation">
<span class="blockTitle">Information</span>
<ul>
	<li><a href="readers">For Readers</a></li>		<li><a href="authors">For Authors</a></li>		<li><a href="librarians">For Librarians</a></li>	</ul>
Notifications
Journal Content
<span class="blockSubtitle">Search</span>
<form method="post" action="http://www.combinatorics.org/ojs/index.php/eljc/search/results">
<table>
<tr>
	<td><input type="text" id="query" name="query" size="15" maxlength="255" value="" class="textField" /></td>
</tr>
<tr>
	<td><select name="searchField" size="1" class="selectMenu">
		<option label="All" value="">All</option>
Authors Title Abstract Index terms Full Text
	</select></td>
</tr>
<tr>
	<td><input type="submit" value="Search" class="button" /></td>
</tr>
</table>
</form>

Advanced search
<br />

	<span class="blockSubtitle">Browse</span>
<ul>
	<li><a href="../issue/archive">By Issue</a></li>
	<li><a href="../search/authors">By Author</a></li>
	<li><a href="../search/titles">By Title</a></li>
</ul>
</div>
Font Size

				<li id="login"><a href="../login">Log In</a></li>
						<li id="register"><a href="../user/register">Register</a></li>
									<li id="search"><a href="../search/index.html">Search</a></li>
	
				<li id="current"><a href="../issue/current">Current</a></li>
		<li id="archives"><a href="../issue/archive">Archives</a></li>
	
			

								<li id="navItem"><a href="../../../../issue/view/Surveys">SURVEYS</a></li>
										</ul>

Information For Authors

Interested in submitting to this journal? We recommend that you review the About the Journal page for the journal's section policies, as well as the Author Guidelines. Authors need to register with the journal prior to submitting, or if already registered can simply log in and begin the five step process.

Due to problems that have been reported, we recommend that you do not use the Chrome browser to submit papers.



ISSN: 1077-8926

Hi @Tinega,

I’d suggest starting with the OJS Technical Reference. OJS builds pages using Smarty templates.

I think you’ve tried to paste the source code for a complete page into your post – the forum software uses Markdown, so it’s tried to interpret your post. But in any case, rather than posting the entire page, it would be helpful to highlight just the are you want to change and what you want to do with it.

Regards,
Alec Smecher
Public Knowledge Project Team

Hi asmecher https://forum.pkp.sfu.ca/u/asmecher,
I would like to access the ojs html page below in order to set items in the
container and main classes. Kindly assist any lead to the html file.

Hi @Tinega,

OJS uses Smarty templates for HTML markup. For OJS 2.x, the container div is generally coded in lib/pkp/templates/common/header.tpl.

Regards,
Alec Smecher
Public Knowledge Project Team