mirror of
				https://gitlab.com/hashborgir/d2tools.git
				synced 2025-11-04 01:37:46 -06:00 
			
		
		
		
	General UI cleanup
This commit is contained in:
		@@ -124,7 +124,7 @@ require_once "head.php";
 | 
				
			|||||||
    <body style="background: white;">
 | 
					    <body style="background: white;">
 | 
				
			||||||
		<div class="center container container-top">
 | 
							<div class="center container container-top">
 | 
				
			||||||
 | 
					
 | 
				
			||||||
			<h1><img src="/img/Diablo2.png" style="float:left">D2 Item Maker, v3. By HashCasper</h1>	
 | 
								<img src="/img/Diablo2.png" style="float:left"><h1 syle="display:inline; font-weight: 900"><?php echo $title . " " . $version; ?><span style="font-family: Lato !important; font-size: 14px;"> <?php echo " By" . $author ?></span></h1>	
 | 
				
			||||||
			<a class="btn btn-outline-danger" style="color:red; font-size: 18px;float:right;" href="/">X</a>
 | 
								<a class="btn btn-outline-danger" style="color:red; font-size: 18px;float:right;" href="/">X</a>
 | 
				
			||||||
			<hr style="margin: 60px;">
 | 
								<hr style="margin: 60px;">
 | 
				
			||||||
			<div class="offset-2 col-8">
 | 
								<div class="offset-2 col-8">
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -53,25 +53,25 @@
 | 
				
			|||||||
			<div class="row">
 | 
								<div class="row">
 | 
				
			||||||
				<div class="col">
 | 
									<div class="col">
 | 
				
			||||||
 | 
					
 | 
				
			||||||
					<img src="img/Diablo2.png" style="float:right"><h2 syle="font-weight: 900">D2 Item Maker, v3. By HashCasper</h2><br><br>
 | 
										<img src="img/Diablo2.png" style="float:right"><h1 syle="display:inline; font-weight: 900"><?php echo $title . " " . $version; ?><span style="font-family: Lato !important; font-size: 14px;"> <?php echo " By" . $author ?></span></h1>				
 | 
				
			||||||
 | 
										<div style="font-family: Lato !important; text-align:right; color: tomato">
 | 
				
			||||||
 | 
											Active Mod: <span style="color: purple"><?php echo $_SESSION['modname'] ?></span>
 | 
				
			||||||
 | 
												<span style="color: #8888FF">[<?php echo $_SESSION['path'] ?>]</span>
 | 
				
			||||||
 | 
										</div>
 | 
				
			||||||
					<ul class="nav nav-tabs" id="Tabs" role="tablist">
 | 
										<ul class="nav nav-tabs" id="Tabs" role="tablist">
 | 
				
			||||||
						<li class="nav-item" role="presentation">
 | 
											<li class="nav-item" role="presentation">
 | 
				
			||||||
							<a class="nav-link active" id="Unique-tab" data-toggle="tab" href="#Unique" role="tab" aria-controls="Unique" aria-selected="true">UniqueItems.txt</a>
 | 
												<a class="nav-link active" id="Unique-tab" data-toggle="tab" href="#Unique" role="tab" aria-controls="Unique" aria-selected="true">Unique Items</a>
 | 
				
			||||||
						</li>
 | 
											</li>
 | 
				
			||||||
						<li class="nav-item" role="presentation">
 | 
											<li class="nav-item" role="presentation">
 | 
				
			||||||
							<a class="nav-link" id="Set-tab" data-toggle="tab" href="#Set" role="tab" aria-controls="Set" aria-selected="false">SetItems.txt</a>
 | 
												<a class="nav-link" id="Set-tab" data-toggle="tab" href="#Set" role="tab" aria-controls="Set" aria-selected="false">Set Items</a>
 | 
				
			||||||
						</li>
 | 
											</li>
 | 
				
			||||||
						<li class="nav-item" role="presentation">
 | 
											<li class="nav-item" role="presentation">
 | 
				
			||||||
							<a class="nav-link" id="Gem-tab" data-toggle="tab" href="#Gem" role="tab" aria-controls="Set" aria-selected="false">Gems.txt</a>
 | 
												<a class="nav-link" id="Gem-tab" data-toggle="tab" href="#Gem" role="tab" aria-controls="Set" aria-selected="false">Gems</a>
 | 
				
			||||||
						</li>					
 | 
											</li>					
 | 
				
			||||||
					</ul>
 | 
										</ul>
 | 
				
			||||||
				</div>				
 | 
									</div>				
 | 
				
			||||||
			</div>
 | 
								</div>
 | 
				
			||||||
			<div class="tab-content" id="TabContent">
 | 
								<div class="tab-content" id="TabContent">
 | 
				
			||||||
				<div style="font-family: Lato !important; text-align:right; color: tomato">
 | 
					 | 
				
			||||||
					<p style="font-family: Lato !important;">Active Mod: <?php echo $_SESSION['modname']?>
 | 
					 | 
				
			||||||
					<br><?php echo $_SESSION['path']?></p>
 | 
					 | 
				
			||||||
				</div>
 | 
					 | 
				
			||||||
				<div class="tab-pane fade show active" id="Unique" role="tabpanel" aria-labelledby="Unique-tab">
 | 
									<div class="tab-pane fade show active" id="Unique" role="tabpanel" aria-labelledby="Unique-tab">
 | 
				
			||||||
					<?php require_once 'D2UM.php'; ?>
 | 
										<?php require_once 'D2UM.php'; ?>
 | 
				
			||||||
				</div>
 | 
									</div>
 | 
				
			||||||
@@ -82,3 +82,4 @@
 | 
				
			|||||||
					<?php require_once 'D2Gems.php'; ?>
 | 
										<?php require_once 'D2Gems.php'; ?>
 | 
				
			||||||
				</div>				
 | 
									</div>				
 | 
				
			||||||
			</div>
 | 
								</div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -80,7 +80,7 @@ if (file_exists(APP_DB)) {
 | 
				
			|||||||
    <body style="background: white;">
 | 
					    <body style="background: white;">
 | 
				
			||||||
		<div class="center container container-top">
 | 
							<div class="center container container-top">
 | 
				
			||||||
 | 
					
 | 
				
			||||||
			<h1><img src="/img/Diablo2.png" style="float:left">D2 Item Maker, v3. By HashCasper</h1>	
 | 
								<img src="img/Diablo2.png" style="float:left"><h1 syle="display:inline; font-weight: 900"><?php echo $title . " " . $version; ?><span style="font-family: Lato !important; font-size: 14px;"> <?php echo " By" . $author ?></span></h1>	
 | 
				
			||||||
			<a class="btn btn-outline-danger" style="color:red; font-size: 18px;float:right;" href="/">X</a>
 | 
								<a class="btn btn-outline-danger" style="color:red; font-size: 18px;float:right;" href="/">X</a>
 | 
				
			||||||
			<hr style="margin: 60px;">
 | 
								<hr style="margin: 60px;">
 | 
				
			||||||
			<div class="offset-2 col-8">
 | 
								<div class="offset-2 col-8">
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user