HEX
Server: Apache/2.4.41 (Ubuntu)
System: Linux wordpress-ubuntu-s-2vcpu-4gb-fra1-01 5.4.0-169-generic #187-Ubuntu SMP Thu Nov 23 14:52:28 UTC 2023 x86_64
User: root (0)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/lipovac/wp-content/plugins/the-events-calendar/src/views/kitchen-sink/page.php
<?php
tribe_asset_enqueue( 'tribe-common-style' );
?>
<div class="tribe-common tribe-events">
	<h1>Kitchen Sink</h1>
	<br />
	<h2>Typography</h2>
	<br />
	<h3>Headings</h3>
	<br />
	<h1 class="tribe-common-h1">Heading 1</h1>
	<br />
	<h2 class="tribe-common-h2">Heading 2</h2>
	<br />
	<h3 class="tribe-common-h3">Heading 3</h3>
	<br />
	<h4 class="tribe-common-h4">Heading 4</h4>
	<br />
	<h5 class="tribe-common-h5">Heading 5</h5>
	<br />
	<h6 class="tribe-common-h6">Heading 6</h6>
	<br />
	<h6 class="tribe-common-h7">Heading 7</h6>
	<br />
	<h6 class="tribe-common-h8">Heading 8</h6>
	<br />
	<h3>Body</h3>
	<br />
	<p class="tribe-common-b1">Body 1, lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore.</p>
	<br />
	<p class="tribe-common-b2">Body 2, lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore.</p>
	<br />
	<p class="tribe-common-b3">Body 3, lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore.</p>
	<br />
	<p class="tribe-common-b4">Body 4, lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore.</p>
	<br />
	<h3>Buttons</h3>
	<br />
	<button class="tribe-common-c-btn">Primary Button</button>
	<br />
	<button class="tribe-common-c-btn tribe-common-c-btn--secondary">Secondary Button</button>
	<br />
	<button class="tribe-common-c-btn-border">Border Button</button>
	<br />
	<button class="tribe-common-c-btn-icon tribe-common-c-btn-icon--caret-left"></button>
	<button class="tribe-common-c-btn-icon tribe-common-c-btn-icon--caret-right"></button>
	<button class="tribe-common-c-btn-icon tribe-common-c-btn-icon--filters"></button>
	<button class="tribe-common-c-btn-icon tribe-common-c-btn-icon--search"></button>
	<br />
	<button class="tribe-common-c-btn-icon tribe-common-c-btn-icon--border tribe-common-c-btn-icon--caret-left"></button>
	<button class="tribe-common-c-btn-icon tribe-common-c-btn-icon--border tribe-common-c-btn-icon--caret-right"></button>
	<button class="tribe-common-c-btn-icon tribe-common-c-btn-icon--border tribe-common-c-btn-icon--filters"></button>
	<button class="tribe-common-c-btn-icon tribe-common-c-btn-icon--border tribe-common-c-btn-icon--search"></button>
	<br />
	<h3>CTAs</h3>
	<br />
	<a href="#" class="tribe-common-cta">Call to Action</a>
	<br />
	<h3>Checkboxes & Radios</h3>
	<br />
	<fieldset>
		<legend>Legend for Checkboxes</legend>
		<div class="tribe-common-form-control-checkbox-radio-group">
			<div class="tribe-common-form-control-checkbox">
				<input class="tribe-common-form-control-checkbox__input" id="checkboxOne" name="checkboxGroup" type="checkbox" value="checkboxOne" />
				<label class="tribe-common-form-control-checkbox__label" for="checkboxOne">Checkbox One</label>
			</div>
			<div class="tribe-common-form-control-checkbox">
				<input class="tribe-common-form-control-checkbox__input" id="checkboxTwo" name="checkboxGroup" type="checkbox" value="checkboxTwo" />
				<label class="tribe-common-form-control-checkbox__label" for="checkboxTwo">Checkbox Two</label>
			</div>
		</div>
	</fieldset>
	<br />
	<fieldset>
		<legend>Legend for Radios</legend>
		<div class="tribe-common-form-control-checkbox-radio-group">
			<div class="tribe-common-form-control-radio">
				<input class="tribe-common-form-control-radio__input" id="radioOne" name="radioGroup" type="radio" value="radioOne" />
				<label class="tribe-common-form-control-radio__label" for="radioOne">Radio One</label>
			</div>
			<div class="tribe-common-form-control-radio">
				<input class="tribe-common-form-control-radio__input" id="radioTwo" name="radioGroup" type="radio" value="radioTwo" />
				<label class="tribe-common-form-control-radio__label" for="radioTwo">Radio Two</label>
			</div>
		</div>
	</fieldset>
	<br />
	<h3>Toggles & Sliders</h3>
	<br />
	<div class="tribe-common-form-control-toggle">
		<input class="tribe-common-form-control-toggle__input" id="toggleHorizontal" name="toggleGroup" type="checkbox" value="toggleHorizontal" />
		<label class="tribe-common-form-control-toggle__label" for="toggleHorizontal">Toggle Horizontal</label>
	</div>
	<br />
	<div class="tribe-common-form-control-toggle tribe-common-form-control-toggle--vertical">
		<label class="tribe-common-form-control-toggle__label" for="toggleVertical">Toggle Vertical</label>
		<input class="tribe-common-form-control-toggle__input" id="toggleVertical" name="toggleGroup" type="checkbox" value="toggleVertical" />
	</div>
	<br />
	<div class="tribe-common-form-control-slider">
		<input class="tribe-common-form-control-slider__input" id="sliderOne" type="range" min="0" max="100" value="50" />
		<label class="tribe-common-form-control-slider__label" for="sliderOne">Slider One</label>
	</div>
	<br />
	<div class="tribe-common-form-control-slider tribe-common-form-control-slider--vertical">
		<label class="tribe-common-form-control-slider__label" for="sliderTwo">Slider Two</label>
		<input class="tribe-common-form-control-slider__input" id="sliderTwo" type="range" min="0" max="100" value="50" />
	</div>
	<br />
	<h3>Tabs & Selects</h3>
	<br />
	<div class="tribe-events-c-view-selector" style="margin-left: 200px">
		<button
			class="tribe-events-c-view-selector__button"
			aria-controls="container-id-1"
			aria-expanded="false"
			aria-selected="false"
			data-js="tribe-events-accordion-trigger"
		>
			<span class="tribe-events-c-view-selector__button-icon tribe-common-svgicon tribe-common-svgicon--month"></span>
			<span class="tribe-events-c-view-selector__button-text">
				Month
			</span>
		</button>
		<div
			class="tribe-events-c-view-selector__content"
			id="container-id-1"
			aria-hidden="true"
		>
			<ul class="tribe-events-c-view-selector__list">
				<li class="tribe-events-c-view-selector__list-item">
					<a href="#" class="tribe-events-c-view-selector__list-item-link">
						<span class="tribe-events-c-view-selector__list-item-icon tribe-common-svgicon tribe-common-svgicon--month"></span>
						<span class="tribe-events-c-view-selector__list-item-text">
							Month
						</span>
					</a>
				</li>
				<li class="tribe-events-c-view-selector__list-item">
					<a href="#" class="tribe-events-c-view-selector__list-item-link tribe-events-c-view-selector__list-item-link--active">
						<span class="tribe-events-c-view-selector__list-item-icon tribe-common-svgicon tribe-common-svgicon--list"></span>
						<span class="tribe-events-c-view-selector__list-item-text">
							List
						</span>
					</a>
				</li>
				<li class="tribe-events-c-view-selector__list-item">
					<a href="#" class="tribe-events-c-view-selector__list-item-link">
						<span class="tribe-events-c-view-selector__list-item-icon tribe-common-svgicon tribe-common-svgicon--day"></span>
						<span class="tribe-events-c-view-selector__list-item-text">
							Day
						</span>
					</a>
				</li>
			</ul>
		</div>
	</div>
	<br />
	<div class="tribe-events-c-view-selector tribe-events-c-view-selector--tabs" style="margin-top: 150px; margin-left: 200px">
		<button
			class="tribe-events-c-view-selector__button"
			aria-controls="container-id-2"
			aria-expanded="false"
			aria-selected="false"
			data-js="tribe-events-accordion-trigger"
		>
			<span class="tribe-events-c-view-selector__button-icon tribe-common-svgicon tribe-common-svgicon--month"></span>
			<span class="tribe-events-c-view-selector__button-text">
				Month
			</span>
		</button>
		<div
			class="tribe-events-c-view-selector__content"
			id="container-id-2"
			aria-hidden="true"
		>
			<ul class="tribe-events-c-view-selector__list">
				<li class="tribe-events-c-view-selector__list-item">
					<a href="#" class="tribe-events-c-view-selector__list-item-link">
						<span class="tribe-events-c-view-selector__list-item-icon tribe-common-svgicon tribe-common-svgicon--month"></span>
						<span class="tribe-events-c-view-selector__list-item-text">
							Month
						</span>
					</a>
				</li>
				<li class="tribe-events-c-view-selector__list-item">
					<a href="#" class="tribe-events-c-view-selector__list-item-link tribe-events-c-view-selector__list-item-link--active">
						<span class="tribe-events-c-view-selector__list-item-icon tribe-common-svgicon tribe-common-svgicon--list"></span>
						<span class="tribe-events-c-view-selector__list-item-text">
							List
						</span>
					</a>
				</li>
				<li class="tribe-events-c-view-selector__list-item">
					<a href="#" class="tribe-events-c-view-selector__list-item-link">
						<span class="tribe-events-c-view-selector__list-item-icon tribe-common-svgicon tribe-common-svgicon--day"></span>
						<span class="tribe-events-c-view-selector__list-item-text">
							Day
						</span>
					</a>
				</li>
			</ul>
		</div>
	</div>
	<br />
	<div class="tribe-common-form-control-tabs" style="margin-top: 100px;">
		<button class="tribe-common-form-control-tabs__button" id="tabButton" aria-haspopup="listbox" aria-labelledby="tabButton" aria-expanded="true">Tab One</button>
		<ul class="tribe-common-form-control-tabs__list" tabindex="-1" role="listbox" aria-activedescendant="tabOneLabel">
			<li class="tribe-common-form-control-tabs__list-item" role="presentation">
				<input class="tribe-common-form-control-tabs__input" id="tabOne" name="tabGroup" type="radio" value="tabOne" checked="checked" />
				<label class="tribe-common-form-control-tabs__label" id="tabOneLabel" for="tabOne" role="option" aria-selected="true">Tab One</label>
			</li>
			<li class="tribe-common-form-control-tabs__list-item" role="presentation">
				<input class="tribe-common-form-control-tabs__input" id="tabTwo" name="tabGroup" type="radio" value="tabTwo" />
				<label class="tribe-common-form-control-tabs__label" id="tabTwoLabel" for="tabTwo" role="option">Tab Two</label>
			</li>
		</ul>
	</div>
	<br />
	<div class="tribe-common-form-control-select" style="margin-top: 100px;">
		<button class="tribe-common-form-control-select__button" id="selectButton" aria-haspopup="listbox" aria-labelledby="selectButton" aria-expanded="true">Month</button>
		<ul class="tribe-common-form-control-select__list" tabindex="-1" role="listbox" aria-activedescendant="selectItemMonth">
			<li class="tribe-common-form-control-select__list-item" id="selectItemMonth" role="option" aria-selected="true">Month</li>
			<li class="tribe-common-form-control-select__list-item" id="selectItemWeek" role="option">Week</li>
			<li class="tribe-common-form-control-select__list-item" id="selectItemDay" role="option">Day</li>
		</ul>
	</div>
	<br />
	<h3>Search</h3>
	<br />
	<form action="" method="post" class="tribe-common-c-search" style="margin-top: 100px">
		<div class="tribe-common-form-control-input-group tribe-common-c-search__input-group">
			<div class="tribe-common-form-control-text">
				<label for="keyword">Keyword</label>
				<input
					class="tribe-common-form-control-text__input tribe-common-c-search__input"
					type="text"
					id="keyword"
					name="keyword"
					placeholder="Keyword"
					/>
			</div>
			<div class="tribe-common-form-control-text">
				<label for="location">Location</label>
				<input
					class="tribe-common-form-control-text__input tribe-common-c-search__input"
					type="text"
					id="location"
					name="location"
					placeholder="Location"
					/>
			</div>
			<div class="tribe-common-form-control-text">
				<label for="date">Date</label>
				<input
					class="tribe-common-form-control-text__input tribe-common-c-search__input"
					type="text"
					id="date"
					name="date"
					placeholder="Enter Date"
					/>
			</div>
		</div>
		<button type="submit" class="tribe-common-c-btn tribe-common-c-search__button">Find Events</button>
	</form>
</div>